Html Css Color HEX #90805C Clay Creek

📋 copy color: '#90805C'

red 144 ◦ green 128 ◦ blue 92

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

Shades of Clay Creek #90805C

Tints of Clay Creek #90805C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.16%

 BLUE value IS 92 (36.33% from 255) = 25.27%

R = 39.56%
G = 35.16%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#90805C (or 0x90805C) is known color: Clay Creek. HEX triplet: 90, 80 and 5C. RGB value is (144,128,92). Sum of RGB (Red+Green+Blue) = 144+128+92=364 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.56% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 144 - color contains mainly: red. Hex color #90805C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90805C is #6F7FA3. Grayscale: #808080. Windows color (decimal): -7307172 or 6062224. OLE color: 6062224.

HSL color Cylindrical-coordinate representation of color #90805C: hue angle of 41.54º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90805C is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 128 92 -
CMYK 0 0.11 0.36 0.44
HSL 41.54º 0.22% 0.46% -
HSV(B) 41.54º 0.36% 0.56% -
XYZ 21.15 22.14 13.28 -
YUV 128.68 107.3 138.93 -
System Red Green Blue C M Y K H S L
Decimal 144 128 92 0 0.11 0.36 0.44 41.54 0.22 0.46
Hex 90 80 5C 0 B 24 2C 2A 16 2E
Octal 220 200 134 0 13 44 54 52 26 56
Binary 10010000 10000000 1011100 0 1011 100100 101100 101010 10110 101110

Color Harmonies of #90805C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90805C

Black with #90805C

Text Example


Text Example

White with #90805C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90805C; }

 p { color: rgb(144,128,92); }

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

background-color css

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

 a { background-color: rgb(144,128,92); }

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

border-color css

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

 span { border-color: rgb(144,128,92); }

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