Html Css Color HEX #90875B Clay Creek

📋 copy color: '#90875B'

red 144 ◦ green 135 ◦ blue 91

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

Shades of Clay Creek #90875B

Tints of Clay Creek #90875B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.49%

 BLUE value IS 91 (35.94% from 255) = 24.59%

R = 38.92%
G = 36.49%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#90875B (or 0x90875B) is known color: Clay Creek. HEX triplet: 90, 87 and 5B. RGB value is (144,135,91). Sum of RGB (Red+Green+Blue) = 144+135+91=370 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.92% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 91 (35.94% from 255 or 24.59% from 370); Max value from RGB is 144 - color contains mainly: red. Hex color #90875B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90875B is #6F78A4. Grayscale: #848484. Windows color (decimal): -7305381 or 5998480. OLE color: 5998480.

HSL color Cylindrical-coordinate representation of color #90875B: hue angle of 49.81º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90875B is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 135 91 -
CMYK 0 0.06 0.37 0.44
HSL 49.81º 0.23% 0.46% -
HSV(B) 49.81º 0.37% 0.56% -
XYZ 22.05 24.01 13.37 -
YUV 132.68 104.48 136.08 -
System Red Green Blue C M Y K H S L
Decimal 144 135 91 0 0.06 0.37 0.44 49.81 0.23 0.46
Hex 90 87 5B 0 6 25 2C 32 17 2E
Octal 220 207 133 0 6 45 54 62 27 56
Binary 10010000 10000111 1011011 0 110 100101 101100 110010 10111 101110

Color Harmonies of #90875B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90875B

Black with #90875B

Text Example


Text Example

White with #90875B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90875B; }

 p { color: rgb(144,135,91); }

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

background-color css

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

 a { background-color: rgb(144,135,91); }

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

border-color css

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

 span { border-color: rgb(144,135,91); }

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