Html Css Color HEX #96874D Clay Creek

📋 copy color: '#96874D'

red 150 ◦ green 135 ◦ blue 77

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

Shades of Clay Creek #96874D

Tints of Clay Creek #96874D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.29%

 BLUE value IS 77 (30.47% from 255) = 21.27%

R = 41.44%
G = 37.29%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#96874D (or 0x96874D) is known color: Clay Creek. HEX triplet: 96, 87 and 4D. RGB value is (150,135,77). Sum of RGB (Red+Green+Blue) = 150+135+77=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 150 - color contains mainly: red. Hex color #96874D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96874D is #6978B2. Grayscale: #858585. Windows color (decimal): -6912179 or 5080982. OLE color: 5080982.

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

Color convert

RGB 150 135 77 -
CMYK 0 0.1 0.49 0.41
HSL 47.67º 0.32% 0.45% -
HSV(B) 47.67º 0.49% 0.59% -
XYZ 22.58 24.35 10.53 -
YUV 132.87 96.47 140.22 -
System Red Green Blue C M Y K H S L
Decimal 150 135 77 0 0.1 0.49 0.41 47.67 0.32 0.45
Hex 96 87 4D 0 A 31 29 30 20 2D
Octal 226 207 115 0 12 61 51 60 40 55
Binary 10010110 10000111 1001101 0 1010 110001 101001 110000 100000 101101

Color Harmonies of #96874D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96874D

Black with #96874D

Text Example


Text Example

White with #96874D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96874D; }

 p { color: rgb(150,135,77); }

 H1.HeaderClassName
 {
   color: #96874D;
 }
 .AnyTagClassName
 {
   color: #96874D;
 }
</style>

background-color css

<style>
 a { background-color: #96874D; }

 a { background-color: rgb(150,135,77); }

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

border-color css

<style>
 span { border-color: #96874D; }

 span { border-color: rgb(150,135,77); }

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