Html Css Color HEX #90884F Clay Creek

📋 copy color: '#90884F'

red 144 ◦ green 136 ◦ blue 79

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

Shades of Clay Creek #90884F

Tints of Clay Creek #90884F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.01%

R = 40.11%
G = 37.88%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.44

RGB Variations

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

Color information

#90884F (or 0x90884F) is known color: Clay Creek. HEX triplet: 90, 88 and 4F. RGB value is (144,136,79). Sum of RGB (Red+Green+Blue) = 144+136+79=359 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.11% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 144 - color contains mainly: red. Hex color #90884F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90884F is #6F77B0. Grayscale: #848484. Windows color (decimal): -7305137 or 5212304. OLE color: 5212304.

HSL color Cylindrical-coordinate representation of color #90884F: hue angle of 52.62º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #90884F is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 136 79 -
CMYK 0 0.06 0.45 0.44
HSL 52.62º 0.29% 0.44% -
HSV(B) 52.62º 0.45% 0.56% -
XYZ 21.72 24.1 10.9 -
YUV 131.89 98.15 136.63 -
System Red Green Blue C M Y K H S L
Decimal 144 136 79 0 0.06 0.45 0.44 52.62 0.29 0.44
Hex 90 88 4F 0 6 2D 2C 35 1D 2C
Octal 220 210 117 0 6 55 54 65 35 54
Binary 10010000 10001000 1001111 0 110 101101 101100 110101 11101 101100

Color Harmonies of #90884F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90884F

Black with #90884F

Text Example


Text Example

White with #90884F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90884F; }

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

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

background-color css

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

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

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

border-color css

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

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

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