Html Css Color HEX #90865C Clay Creek

📋 copy color: '#90865C'

red 144 ◦ green 134 ◦ blue 92

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

Shades of Clay Creek #90865C

Tints of Clay Creek #90865C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.22%

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

R = 38.92%
G = 36.22%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#90865C (or 0x90865C) is known color: Clay Creek. HEX triplet: 90, 86 and 5C. RGB value is (144,134,92). Sum of RGB (Red+Green+Blue) = 144+134+92=370 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.92% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 144 - color contains mainly: red. Hex color #90865C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90865C is #6F79A3. Grayscale: #848484. Windows color (decimal): -7305636 or 6063760. OLE color: 6063760.

HSL color Cylindrical-coordinate representation of color #90865C: hue angle of 48.46º 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 #90865C is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 134 92 -
CMYK 0 0.07 0.36 0.44
HSL 48.46º 0.22% 0.46% -
HSV(B) 48.46º 0.36% 0.56% -
XYZ 21.96 23.75 13.55 -
YUV 132.2 105.31 136.42 -
System Red Green Blue C M Y K H S L
Decimal 144 134 92 0 0.07 0.36 0.44 48.46 0.22 0.46
Hex 90 86 5C 0 7 24 2C 30 16 2E
Octal 220 206 134 0 7 44 54 60 26 56
Binary 10010000 10000110 1011100 0 111 100100 101100 110000 10110 101110

Color Harmonies of #90865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90865C

Black with #90865C

Text Example


Text Example

White with #90865C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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