Html Css Color HEX #968859 Clay Creek

📋 copy color: '#968859'

red 150 ◦ green 136 ◦ blue 89

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

Shades of Clay Creek #968859

Tints of Clay Creek #968859

RGB

 RED value IS 150 (58.98% from 255) = 40%

 GREEN value IS 136 (53.52% from 255) = 36.27%

 BLUE value IS 89 (35.16% from 255) = 23.73%

R = 40%
G = 36.27%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#968859 (or 0x968859) is known color: Clay Creek. HEX triplet: 96, 88 and 59. RGB value is (150,136,89). Sum of RGB (Red+Green+Blue) = 150+136+89=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 89 (35.16% from 255 or 23.73% from 375); Max value from RGB is 150 - color contains mainly: red. Hex color #968859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968859 is #6977A6. Grayscale: #878787. Windows color (decimal): -6911911 or 5867670. OLE color: 5867670.

HSL color Cylindrical-coordinate representation of color #968859: hue angle of 46.23º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #968859 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 136 89 -
CMYK 0 0.09 0.41 0.41
HSL 46.23º 0.26% 0.47% -
HSV(B) 46.23º 0.41% 0.59% -
XYZ 23.19 24.81 13.02 -
YUV 134.83 102.14 138.82 -
System Red Green Blue C M Y K H S L
Decimal 150 136 89 0 0.09 0.41 0.41 46.23 0.26 0.47
Hex 96 88 59 0 9 29 29 2E 1A 2F
Octal 226 210 131 0 11 51 51 56 32 57
Binary 10010110 10001000 1011001 0 1001 101001 101001 101110 11010 101111

Color Harmonies of #968859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968859

Black with #968859

Text Example


Text Example

White with #968859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968859; }

 p { color: rgb(150,136,89); }

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

background-color css

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

 a { background-color: rgb(150,136,89); }

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

border-color css

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

 span { border-color: rgb(150,136,89); }

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