Html Css Color HEX #908A56 Clay Creek

📋 copy color: '#908A56'

red 144 ◦ green 138 ◦ blue 86

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

Shades of Clay Creek #908A56

Tints of Clay Creek #908A56

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.5%

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

R = 39.13%
G = 37.5%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.40

 K value IS 0.44

RGB Variations

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

Color information

#908A56 (or 0x908A56) is known color: Clay Creek. HEX triplet: 90, 8A and 56. RGB value is (144,138,86). Sum of RGB (Red+Green+Blue) = 144+138+86=368 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.13% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 86 (33.98% from 255 or 23.37% from 368); Max value from RGB is 144 - color contains mainly: red. Hex color #908A56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908A56 is #6F75A9. Grayscale: #868686. Windows color (decimal): -7304618 or 5671568. OLE color: 5671568.

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

Color convert

RGB 144 138 86 -
CMYK 0 0.04 0.40 0.44
HSL 53.79º 0.25% 0.45% -
HSV(B) 53.79º 0.4% 0.56% -
XYZ 22.27 24.78 12.41 -
YUV 133.87 100.99 135.23 -
System Red Green Blue C M Y K H S L
Decimal 144 138 86 0 0.04 0.40 0.44 53.79 0.25 0.45
Hex 90 8A 56 0 4 28 2C 36 19 2D
Octal 220 212 126 0 4 50 54 66 31 55
Binary 10010000 10001010 1010110 0 100 101000 101100 110110 11001 101101

Color Harmonies of #908A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908A56

Black with #908A56

Text Example


Text Example

White with #908A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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