Html Css Color HEX #968959 Clay Creek

📋 copy color: '#968959'

red 150 ◦ green 137 ◦ blue 89

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

Shades of Clay Creek #968959

Tints of Clay Creek #968959

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.44%

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

R = 39.89%
G = 36.44%
B = 23.67%

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

#968959 (or 0x968959) is known color: Clay Creek. HEX triplet: 96, 89 and 59. RGB value is (150,137,89). Sum of RGB (Red+Green+Blue) = 150+137+89=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 89 (35.16% from 255 or 23.67% from 376); Max value from RGB is 150 - color contains mainly: red. Hex color #968959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968959 is #6976A6. Grayscale: #878787. Windows color (decimal): -6911655 or 5867926. OLE color: 5867926.

HSL color Cylindrical-coordinate representation of color #968959: hue angle of 47.21º 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 #968959 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 137 89 -
CMYK 0 0.09 0.41 0.41
HSL 47.21º 0.26% 0.47% -
HSV(B) 47.21º 0.41% 0.59% -
XYZ 23.33 25.1 13.07 -
YUV 135.42 101.81 138.4 -
System Red Green Blue C M Y K H S L
Decimal 150 137 89 0 0.09 0.41 0.41 47.21 0.26 0.47
Hex 96 89 59 0 9 29 29 2F 1A 2F
Octal 226 211 131 0 11 51 51 57 32 57
Binary 10010110 10001001 1011001 0 1001 101001 101001 101111 11010 101111

Color Harmonies of #968959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968959

Black with #968959

Text Example


Text Example

White with #968959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968959; }

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

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

background-color css

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

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

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

border-color css

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

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

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