Html Css Color HEX #90805D Clay Creek

📋 copy color: '#90805D'

red 144 ◦ green 128 ◦ blue 93

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

Shades of Clay Creek #90805D

Tints of Clay Creek #90805D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.48%

R = 39.45%
G = 35.07%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#90805D (or 0x90805D) is known color: Clay Creek. HEX triplet: 90, 80 and 5D. RGB value is (144,128,93). Sum of RGB (Red+Green+Blue) = 144+128+93=365 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.45% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 144 - color contains mainly: red. Hex color #90805D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90805D is #6F7FA2. Grayscale: #808080. Windows color (decimal): -7307171 or 6127760. OLE color: 6127760.

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

Color convert

RGB 144 128 93 -
CMYK 0 0.11 0.35 0.44
HSL 41.18º 0.22% 0.46% -
HSV(B) 41.18º 0.35% 0.56% -
XYZ 21.2 22.16 13.52 -
YUV 128.79 107.8 138.85 -
System Red Green Blue C M Y K H S L
Decimal 144 128 93 0 0.11 0.35 0.44 41.18 0.22 0.46
Hex 90 80 5D 0 B 23 2C 29 16 2E
Octal 220 200 135 0 13 43 54 51 26 56
Binary 10010000 10000000 1011101 0 1011 100011 101100 101001 10110 101110

Color Harmonies of #90805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90805D

Black with #90805D

Text Example


Text Example

White with #90805D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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