Html Css Color HEX #96864E Clay Creek

📋 copy color: '#96864E'

red 150 ◦ green 134 ◦ blue 78

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

Shades of Clay Creek #96864E

Tints of Clay Creek #96864E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.02%

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

R = 41.44%
G = 37.02%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.41

RGB Variations

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

Color information

#96864E (or 0x96864E) is known color: Clay Creek. HEX triplet: 96, 86 and 4E. RGB value is (150,134,78). Sum of RGB (Red+Green+Blue) = 150+134+78=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 78 (30.86% from 255 or 21.55% from 362); Max value from RGB is 150 - color contains mainly: red. Hex color #96864E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96864E is #6979B1. Grayscale: #848484. Windows color (decimal): -6912434 or 5146262. OLE color: 5146262.

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

Color convert

RGB 150 134 78 -
CMYK 0 0.11 0.48 0.41
HSL 46.67º 0.32% 0.45% -
HSV(B) 46.67º 0.48% 0.59% -
XYZ 22.48 24.08 10.67 -
YUV 132.4 97.3 140.55 -
System Red Green Blue C M Y K H S L
Decimal 150 134 78 0 0.11 0.48 0.41 46.67 0.32 0.45
Hex 96 86 4E 0 B 30 29 2F 20 2D
Octal 226 206 116 0 13 60 51 57 40 55
Binary 10010110 10000110 1001110 0 1011 110000 101001 101111 100000 101101

Color Harmonies of #96864E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96864E

Black with #96864E

Text Example


Text Example

White with #96864E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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