Html Css Color HEX #908855 Clay Creek

📋 copy color: '#908855'

red 144 ◦ green 136 ◦ blue 85

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

Shades of Clay Creek #908855

Tints of Clay Creek #908855

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.26%

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

R = 39.45%
G = 37.26%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.44

RGB Variations

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

Color information

#908855 (or 0x908855) is known color: Clay Creek. HEX triplet: 90, 88 and 55. RGB value is (144,136,85). Sum of RGB (Red+Green+Blue) = 144+136+85=365 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.45% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 144 - color contains mainly: red. Hex color #908855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908855 is #6F77AA. Grayscale: #848484. Windows color (decimal): -7305131 or 5605520. OLE color: 5605520.

HSL color Cylindrical-coordinate representation of color #908855: hue angle of 51.86º 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 #908855 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 136 85 -
CMYK 0 0.06 0.41 0.44
HSL 51.86º 0.26% 0.45% -
HSV(B) 51.86º 0.41% 0.56% -
XYZ 21.95 24.19 12.11 -
YUV 132.58 101.15 136.15 -
System Red Green Blue C M Y K H S L
Decimal 144 136 85 0 0.06 0.41 0.44 51.86 0.26 0.45
Hex 90 88 55 0 6 29 2C 34 1A 2D
Octal 220 210 125 0 6 51 54 64 32 55
Binary 10010000 10001000 1010101 0 110 101001 101100 110100 11010 101101

Color Harmonies of #908855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908855

Black with #908855

Text Example


Text Example

White with #908855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908855; }

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

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

background-color css

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

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

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

border-color css

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

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

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