Html Css Color HEX #906812 Golden Brown

📋 copy color: '#906812'

red 144 ◦ green 104 ◦ blue 18

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

Shades of Golden Brown #906812

Tints of Golden Brown #906812

RGB

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

 GREEN value IS 104 (41.02% from 255) = 39.1%

 BLUE value IS 18 (7.42% from 255) = 6.77%

R = 54.14%
G = 39.1%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#906812 (or 0x906812) is known color: Golden Brown. HEX triplet: 90, 68 and 12. RGB value is (144,104,18). Sum of RGB (Red+Green+Blue) = 144+104+18=266 (35% of max value = 765). Red value is 144 (56.64% from 255 or 54.14% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 144 - color contains mainly: red. Hex color #906812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906812 is #6F97ED. Grayscale: #6A6A6A. Windows color (decimal): -7313390 or 1206416. OLE color: 1206416.

HSL color Cylindrical-coordinate representation of color #906812: hue angle of 40.95º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #906812 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 104 18 -
CMYK 0 0.28 0.88 0.44
HSL 40.95º 0.78% 0.32% -
HSV(B) 40.95º 0.88% 0.56% -
XYZ 16.56 15.87 2.76 -
YUV 106.16 78.25 154.99 -
System Red Green Blue C M Y K H S L
Decimal 144 104 18 0 0.28 0.88 0.44 40.95 0.78 0.32
Hex 90 68 12 0 1C 58 2C 29 4E 20
Octal 220 150 22 0 34 130 54 51 116 40
Binary 10010000 1101000 10010 0 11100 1011000 101100 101001 1001110 100000

Color Harmonies of #906812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906812

Black with #906812

Text Example


Text Example

White with #906812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906812; }

 p { color: rgb(144,104,18); }

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

background-color css

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

 a { background-color: rgb(144,104,18); }

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

border-color css

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

 span { border-color: rgb(144,104,18); }

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