Html Css Color HEX #96844E Clay Creek

📋 copy color: '#96844E'

red 150 ◦ green 132 ◦ blue 78

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

Shades of Clay Creek #96844E

Tints of Clay Creek #96844E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.67%

 BLUE value IS 78 (30.86% from 255) = 21.67%

R = 41.67%
G = 36.67%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.41

RGB Variations

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

Color information

#96844E (or 0x96844E) is known color: Clay Creek. HEX triplet: 96, 84 and 4E. RGB value is (150,132,78). Sum of RGB (Red+Green+Blue) = 150+132+78=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 150 - color contains mainly: red. Hex color #96844E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96844E is #697BB1. Grayscale: #838383. Windows color (decimal): -6912946 or 5145750. OLE color: 5145750.

HSL color Cylindrical-coordinate representation of color #96844E: hue angle of 45º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96844E is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 132 78 -
CMYK 0 0.12 0.48 0.41
HSL 45º 0.32% 0.45% -
HSV(B) 45º 0.48% 0.59% -
XYZ 22.2 23.54 10.58 -
YUV 131.23 97.96 141.39 -
System Red Green Blue C M Y K H S L
Decimal 150 132 78 0 0.12 0.48 0.41 45 0.32 0.45
Hex 96 84 4E 0 C 30 29 2D 20 2D
Octal 226 204 116 0 14 60 51 55 40 55
Binary 10010110 10000100 1001110 0 1100 110000 101001 101101 100000 101101

Color Harmonies of #96844E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96844E

Black with #96844E

Text Example


Text Example

White with #96844E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96844E; }

 p { color: rgb(150,132,78); }

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

background-color css

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

 a { background-color: rgb(150,132,78); }

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

border-color css

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

 span { border-color: rgb(150,132,78); }

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