Html Css Color HEX #90836B Granite Green

📋 copy color: '#90836B'

red 144 ◦ green 131 ◦ blue 107

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

Shades of Granite Green #90836B

Tints of Granite Green #90836B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.29%

 BLUE value IS 107 (42.19% from 255) = 28.01%

R = 37.7%
G = 34.29%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#90836B (or 0x90836B) is known color: Granite Green. HEX triplet: 90, 83 and 6B. RGB value is (144,131,107). Sum of RGB (Red+Green+Blue) = 144+131+107=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 144 - color contains mainly: red. Hex color #90836B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90836B is #6F7C94. Grayscale: #848484. Windows color (decimal): -7306389 or 7046032. OLE color: 7046032.

HSL color Cylindrical-coordinate representation of color #90836B: hue angle of 38.92º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #90836B is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 131 107 -
CMYK 0 0.09 0.26 0.44
HSL 38.92º 0.15% 0.49% -
HSV(B) 38.92º 0.26% 0.56% -
XYZ 22.27 23.22 17.22 -
YUV 132.15 113.81 136.45 -
System Red Green Blue C M Y K H S L
Decimal 144 131 107 0 0.09 0.26 0.44 38.92 0.15 0.49
Hex 90 83 6B 0 9 1A 2C 27 F 31
Octal 220 203 153 0 11 32 54 47 17 61
Binary 10010000 10000011 1101011 0 1001 11010 101100 100111 1111 110001

Color Harmonies of #90836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90836B

Black with #90836B

Text Example


Text Example

White with #90836B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,131,107); }

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

background-color css

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

 a { background-color: rgb(144,131,107); }

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

border-color css

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

 span { border-color: rgb(144,131,107); }

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