Html Css Color HEX #908A55 Clay Creek

📋 copy color: '#908A55'

red 144 ◦ green 138 ◦ blue 85

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

Shades of Clay Creek #908A55

Tints of Clay Creek #908A55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.16%

R = 39.24%
G = 37.6%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.44

RGB Variations

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

Color information

#908A55 (or 0x908A55) is known color: Clay Creek. HEX triplet: 90, 8A and 55. RGB value is (144,138,85). Sum of RGB (Red+Green+Blue) = 144+138+85=367 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.24% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 144 - color contains mainly: red. Hex color #908A55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908A55 is #6F75AA. Grayscale: #858585. Windows color (decimal): -7304619 or 5606032. OLE color: 5606032.

HSL color Cylindrical-coordinate representation of color #908A55: hue angle of 53.9º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #908A55 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 138 85 -
CMYK 0 0.04 0.41 0.44
HSL 53.9º 0.26% 0.45% -
HSV(B) 53.9º 0.41% 0.56% -
XYZ 22.23 24.76 12.2 -
YUV 133.75 100.49 135.31 -
System Red Green Blue C M Y K H S L
Decimal 144 138 85 0 0.04 0.41 0.44 53.9 0.26 0.45
Hex 90 8A 55 0 4 29 2C 36 1A 2D
Octal 220 212 125 0 4 51 54 66 32 55
Binary 10010000 10001010 1010101 0 100 101001 101100 110110 11010 101101

Color Harmonies of #908A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908A55

Black with #908A55

Text Example


Text Example

White with #908A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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