Html Css Color HEX #968B59 Clay Creek

📋 copy color: '#968B59'

red 150 ◦ green 139 ◦ blue 89

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

Shades of Clay Creek #968B59

Tints of Clay Creek #968B59

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.77%

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

R = 39.68%
G = 36.77%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#968B59 (or 0x968B59) is known color: Clay Creek. HEX triplet: 96, 8B and 59. RGB value is (150,139,89). Sum of RGB (Red+Green+Blue) = 150+139+89=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 150 - color contains mainly: red. Hex color #968B59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968B59 is #6974A6. Grayscale: #888888. Windows color (decimal): -6911143 or 5868438. OLE color: 5868438.

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

Color convert

RGB 150 139 89 -
CMYK 0 0.07 0.41 0.41
HSL 49.18º 0.26% 0.47% -
HSV(B) 49.18º 0.41% 0.59% -
XYZ 23.61 25.67 13.16 -
YUV 136.59 101.14 137.57 -
System Red Green Blue C M Y K H S L
Decimal 150 139 89 0 0.07 0.41 0.41 49.18 0.26 0.47
Hex 96 8B 59 0 7 29 29 31 1A 2F
Octal 226 213 131 0 7 51 51 61 32 57
Binary 10010110 10001011 1011001 0 111 101001 101001 110001 11010 101111

Color Harmonies of #968B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968B59

Black with #968B59

Text Example


Text Example

White with #968B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968B59; }

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

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

background-color css

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

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

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

border-color css

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

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

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