Html Css Color HEX #906713 Golden Brown

📋 copy color: '#906713'

red 144 ◦ green 103 ◦ blue 19

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

Shades of Golden Brown #906713

Tints of Golden Brown #906713

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.72%

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

R = 54.14%
G = 38.72%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.44

RGB Variations

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

Color information

#906713 (or 0x906713) is known color: Golden Brown. HEX triplet: 90, 67 and 13. RGB value is (144,103,19). Sum of RGB (Red+Green+Blue) = 144+103+19=266 (35% of max value = 765). Red value is 144 (56.64% from 255 or 54.14% from 266); Green value is 103 (40.62% from 255 or 38.72% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 144 - color contains mainly: red. Hex color #906713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906713 is #6F98EC. Grayscale: #6A6A6A. Windows color (decimal): -7313645 or 1271696. OLE color: 1271696.

HSL color Cylindrical-coordinate representation of color #906713: hue angle of 40.32º 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 #906713 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 103 19 -
CMYK 0 0.28 0.87 0.44
HSL 40.32º 0.77% 0.32% -
HSV(B) 40.32º 0.87% 0.56% -
XYZ 16.47 15.68 2.77 -
YUV 105.68 79.08 155.33 -
System Red Green Blue C M Y K H S L
Decimal 144 103 19 0 0.28 0.87 0.44 40.32 0.77 0.32
Hex 90 67 13 0 1C 57 2C 28 4D 20
Octal 220 147 23 0 34 127 54 50 115 40
Binary 10010000 1100111 10011 0 11100 1010111 101100 101000 1001101 100000

Color Harmonies of #906713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906713

Black with #906713

Text Example


Text Example

White with #906713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906713; }

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

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

background-color css

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

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

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

border-color css

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

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

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