Html Css Color HEX #908656 Clay Creek

📋 copy color: '#908656'

red 144 ◦ green 134 ◦ blue 86

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

Shades of Clay Creek #908656

Tints of Clay Creek #908656

RGB

 RED value IS 144 (56.64% from 255) = 39.56%

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

 BLUE value IS 86 (33.98% from 255) = 23.63%

R = 39.56%
G = 36.81%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.44

RGB Variations

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

Color information

#908656 (or 0x908656) is known color: Clay Creek. HEX triplet: 90, 86 and 56. RGB value is (144,134,86). Sum of RGB (Red+Green+Blue) = 144+134+86=364 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.56% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 86 (33.98% from 255 or 23.63% from 364); Max value from RGB is 144 - color contains mainly: red. Hex color #908656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908656 is #6F79A9. Grayscale: #838383. Windows color (decimal): -7305642 or 5670544. OLE color: 5670544.

HSL color Cylindrical-coordinate representation of color #908656: hue angle of 49.66º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #908656 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 134 86 -
CMYK 0 0.07 0.40 0.44
HSL 49.66º 0.25% 0.45% -
HSV(B) 49.66º 0.4% 0.56% -
XYZ 21.71 23.65 12.23 -
YUV 131.52 102.31 136.9 -
System Red Green Blue C M Y K H S L
Decimal 144 134 86 0 0.07 0.40 0.44 49.66 0.25 0.45
Hex 90 86 56 0 7 28 2C 32 19 2D
Octal 220 206 126 0 7 50 54 62 31 55
Binary 10010000 10000110 1010110 0 111 101000 101100 110010 11001 101101

Color Harmonies of #908656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908656

Black with #908656

Text Example


Text Example

White with #908656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908656; }

 p { color: rgb(144,134,86); }

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

background-color css

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

 a { background-color: rgb(144,134,86); }

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

border-color css

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

 span { border-color: rgb(144,134,86); }

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