Html Css Color HEX #906F13 Golden Brown

📋 copy color: '#906F13'

red 144 ◦ green 111 ◦ blue 19

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

Shades of Golden Brown #906F13

Tints of Golden Brown #906F13

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.51%

 BLUE value IS 19 (7.81% from 255) = 6.93%

R = 52.55%
G = 40.51%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.44

RGB Variations

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

Color information

#906F13 (or 0x906F13) is known color: Golden Brown. HEX triplet: 90, 6F and 13. RGB value is (144,111,19). Sum of RGB (Red+Green+Blue) = 144+111+19=274 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.55% from 274); Green value is 111 (43.75% from 255 or 40.51% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 144 - color contains mainly: red. Hex color #906F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906F13 is #6F90EC. Grayscale: #6E6E6E. Windows color (decimal): -7311597 or 1273744. OLE color: 1273744.

HSL color Cylindrical-coordinate representation of color #906F13: hue angle of 44.16º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #906F13 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 111 19 -
CMYK 0 0.23 0.87 0.44
HSL 44.16º 0.77% 0.32% -
HSV(B) 44.16º 0.87% 0.56% -
XYZ 17.3 17.35 3.05 -
YUV 110.38 76.43 151.98 -
System Red Green Blue C M Y K H S L
Decimal 144 111 19 0 0.23 0.87 0.44 44.16 0.77 0.32
Hex 90 6F 13 0 17 57 2C 2C 4D 20
Octal 220 157 23 0 27 127 54 54 115 40
Binary 10010000 1101111 10011 0 10111 1010111 101100 101100 1001101 100000

Color Harmonies of #906F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906F13

Black with #906F13

Text Example


Text Example

White with #906F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906F13; }

 p { color: rgb(144,111,19); }

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

background-color css

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

 a { background-color: rgb(144,111,19); }

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

border-color css

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

 span { border-color: rgb(144,111,19); }

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