Html Css Color HEX #906701 Golden Brown

📋 copy color: '#906701'

red 144 ◦ green 103 ◦ blue 1

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

Shades of Golden Brown #906701

Tints of Golden Brown #906701

RGB

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

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

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

R = 58.06%
G = 41.53%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#906701 (or 0x906701) is known color: Golden Brown. HEX triplet: 90, 67 and 01. RGB value is (144,103,1). Sum of RGB (Red+Green+Blue) = 144+103+1=248 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.06% from 248); Green value is 103 (40.62% from 255 or 41.53% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 144 - color contains mainly: red. Hex color #906701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906701 is #6F98FE. Grayscale: #686868. Windows color (decimal): -7313663 or 92048. OLE color: 92048.

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

Color convert

RGB 144 103 1 -
CMYK 0 0.28 0.99 0.44
HSL 42.8º 0.99% 0.28% -
HSV(B) 42.8º 0.99% 0.56% -
XYZ 16.36 15.63 2.18 -
YUV 103.63 70.08 156.79 -
System Red Green Blue C M Y K H S L
Decimal 144 103 1 0 0.28 0.99 0.44 42.8 0.99 0.28
Hex 90 67 1 0 1C 63 2C 2B 63 1C
Octal 220 147 1 0 34 143 54 53 143 34
Binary 10010000 1100111 1 0 11100 1100011 101100 101011 1100011 11100

Color Harmonies of #906701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906701

Black with #906701

Text Example


Text Example

White with #906701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906701; }

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

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

background-color css

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

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

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

border-color css

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

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

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