Html Css Color HEX #96844A Clay Creek

📋 copy color: '#96844A'

red 150 ◦ green 132 ◦ blue 74

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

Shades of Clay Creek #96844A

Tints of Clay Creek #96844A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.79%

R = 42.13%
G = 37.08%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#96844A (or 0x96844A) is known color: Clay Creek. HEX triplet: 96, 84 and 4A. RGB value is (150,132,74). Sum of RGB (Red+Green+Blue) = 150+132+74=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 150 - color contains mainly: red. Hex color #96844A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96844A is #697BB5. Grayscale: #838383. Windows color (decimal): -6912950 or 4883606. OLE color: 4883606.

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

Color convert

RGB 150 132 74 -
CMYK 0 0.12 0.51 0.41
HSL 45.79º 0.34% 0.44% -
HSV(B) 45.79º 0.51% 0.59% -
XYZ 22.06 23.48 9.85 -
YUV 130.77 95.96 141.72 -
System Red Green Blue C M Y K H S L
Decimal 150 132 74 0 0.12 0.51 0.41 45.79 0.34 0.44
Hex 96 84 4A 0 C 33 29 2E 22 2C
Octal 226 204 112 0 14 63 51 56 42 54
Binary 10010110 10000100 1001010 0 1100 110011 101001 101110 100010 101100

Color Harmonies of #96844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96844A

Black with #96844A

Text Example


Text Example

White with #96844A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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