Html Css Color HEX #958655 Clay Creek

📋 copy color: '#958655'

red 149 ◦ green 134 ◦ blue 85

#958655
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Clay Creek #958655

Tints of Clay Creek #958655

RGB

 RED value IS 149 (58.59% from 255) = 40.49%

 GREEN value IS 134 (52.73% from 255) = 36.41%

 BLUE value IS 85 (33.59% from 255) = 23.1%

R = 40.49%
G = 36.41%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#958655 (or 0x958655) is known color: Clay Creek. HEX triplet: 95, 86 and 55. RGB value is (149,134,85). Sum of RGB (Red+Green+Blue) = 149+134+85=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 149 - color contains mainly: red. Hex color #958655 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958655 is #6A79AA. Grayscale: #858585. Windows color (decimal): -6977963 or 5605013. OLE color: 5605013.

HSL color Cylindrical-coordinate representation of color #958655: hue angle of 45.94º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #958655 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 134 85 -
CMYK 0 0.10 0.43 0.42
HSL 45.94º 0.27% 0.46% -
HSV(B) 45.94º 0.43% 0.58% -
XYZ 22.56 24.1 12.06 -
YUV 132.9 100.97 139.48 -
System Red Green Blue C M Y K H S L
Decimal 149 134 85 0 0.10 0.43 0.42 45.94 0.27 0.46
Hex 95 86 55 0 A 2B 2A 2E 1B 2E
Octal 225 206 125 0 12 53 52 56 33 56
Binary 10010101 10000110 1010101 0 1010 101011 101010 101110 11011 101110

Color Harmonies of #958655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958655

Black with #958655

Text Example


Text Example

White with #958655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958655; }

 p { color: rgb(149,134,85); }

 H1.HeaderClassName
 {
   color: #958655;
 }
 .AnyTagClassName
 {
   color: #958655;
 }
</style>

background-color css

<style>
 a { background-color: #958655; }

 a { background-color: rgb(149,134,85); }

 div.DivClassName
 {
   background-color: #958655;
 }
 .BgClassName
 {
   background-color: #958655;
 }
</style>

border-color css

<style>
 span { border-color: #958655; }

 span { border-color: rgb(149,134,85); }

 td.TdClassName
 {
   border-color: #958655;
 }
 .TagClassName
 {
   border-color: #958655;
 }
</style>