Html Css Color HEX #968A57 Clay Creek

📋 copy color: '#968A57'

red 150 ◦ green 138 ◦ blue 87

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

Shades of Clay Creek #968A57

Tints of Clay Creek #968A57

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.8%

 BLUE value IS 87 (34.38% from 255) = 23.2%

R = 40%
G = 36.8%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#968A57 (or 0x968A57) is known color: Clay Creek. HEX triplet: 96, 8A and 57. RGB value is (150,138,87). Sum of RGB (Red+Green+Blue) = 150+138+87=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 87 (34.38% from 255 or 23.2% from 375); Max value from RGB is 150 - color contains mainly: red. Hex color #968A57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968A57 is #6975A8. Grayscale: #878787. Windows color (decimal): -6911401 or 5737110. OLE color: 5737110.

HSL color Cylindrical-coordinate representation of color #968A57: hue angle of 48.57º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #968A57 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 138 87 -
CMYK 0 0.08 0.42 0.41
HSL 48.57º 0.27% 0.46% -
HSV(B) 48.57º 0.42% 0.59% -
XYZ 23.39 25.35 12.68 -
YUV 135.77 100.48 138.15 -
System Red Green Blue C M Y K H S L
Decimal 150 138 87 0 0.08 0.42 0.41 48.57 0.27 0.46
Hex 96 8A 57 0 8 2A 29 31 1B 2E
Octal 226 212 127 0 10 52 51 61 33 56
Binary 10010110 10001010 1010111 0 1000 101010 101001 110001 11011 101110

Color Harmonies of #968A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968A57

Black with #968A57

Text Example


Text Example

White with #968A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,138,87); }

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

background-color css

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

 a { background-color: rgb(150,138,87); }

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

border-color css

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

 span { border-color: rgb(150,138,87); }

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