Html Css Color HEX #906E01 Golden Brown

📋 copy color: '#906E01'

red 144 ◦ green 110 ◦ blue 1

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

Shades of Golden Brown #906E01

Tints of Golden Brown #906E01

RGB

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

 GREEN value IS 110 (43.36% from 255) = 43.14%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 56.47%
G = 43.14%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#906E01 (or 0x906E01) is known color: Golden Brown. HEX triplet: 90, 6E and 01. RGB value is (144,110,1). Sum of RGB (Red+Green+Blue) = 144+110+1=255 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.47% from 255); Green value is 110 (43.36% from 255 or 43.14% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 144 - color contains mainly: red. Hex color #906E01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906E01 is #6F91FE. Grayscale: #6C6C6C. Windows color (decimal): -7311871 or 93840. OLE color: 93840.

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

Color convert

RGB 144 110 1 -
CMYK 0 0.24 0.99 0.44
HSL 45.73º 0.99% 0.28% -
HSV(B) 45.73º 0.99% 0.56% -
XYZ 17.08 17.08 2.43 -
YUV 107.74 67.76 153.86 -
System Red Green Blue C M Y K H S L
Decimal 144 110 1 0 0.24 0.99 0.44 45.73 0.99 0.28
Hex 90 6E 1 0 18 63 2C 2E 63 1C
Octal 220 156 1 0 30 143 54 56 143 34
Binary 10010000 1101110 1 0 11000 1100011 101100 101110 1100011 11100

Color Harmonies of #906E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906E01

Black with #906E01

Text Example


Text Example

White with #906E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,110,1); }

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

background-color css

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

 a { background-color: rgb(144,110,1); }

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

border-color css

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

 span { border-color: rgb(144,110,1); }

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