Html Css Color HEX #908B56 Clay Creek

📋 copy color: '#908B56'

red 144 ◦ green 139 ◦ blue 86

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

Shades of Clay Creek #908B56

Tints of Clay Creek #908B56

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.67%

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

R = 39.02%
G = 37.67%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.44

RGB Variations

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

Color information

#908B56 (or 0x908B56) is known color: Clay Creek. HEX triplet: 90, 8B and 56. RGB value is (144,139,86). Sum of RGB (Red+Green+Blue) = 144+139+86=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 144 - color contains mainly: red. Hex color #908B56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908B56 is #6F74A9. Grayscale: #868686. Windows color (decimal): -7304362 or 5671824. OLE color: 5671824.

HSL color Cylindrical-coordinate representation of color #908B56: hue angle of 54.83º 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 #908B56 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 139 86 -
CMYK 0 0.03 0.40 0.44
HSL 54.83º 0.25% 0.45% -
HSV(B) 54.83º 0.4% 0.56% -
XYZ 22.41 25.07 12.46 -
YUV 134.45 100.66 134.81 -
System Red Green Blue C M Y K H S L
Decimal 144 139 86 0 0.03 0.40 0.44 54.83 0.25 0.45
Hex 90 8B 56 0 3 28 2C 37 19 2D
Octal 220 213 126 0 3 50 54 67 31 55
Binary 10010000 10001011 1010110 0 11 101000 101100 110111 11001 101101

Color Harmonies of #908B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908B56

Black with #908B56

Text Example


Text Example

White with #908B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908B56; }

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

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

background-color css

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

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

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

border-color css

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

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

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