Html Css Color HEX #996A01 Golden Brown

📋 copy color: '#996A01'

red 153 ◦ green 106 ◦ blue 1

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

Shades of Golden Brown #996A01

Tints of Golden Brown #996A01

RGB

 RED value IS 153 (60.16% from 255) = 58.85%

 GREEN value IS 106 (41.8% from 255) = 40.77%

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

R = 58.85%
G = 40.77%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#996A01 (or 0x996A01) is known color: Golden Brown. HEX triplet: 99, 6A and 01. RGB value is (153,106,1). Sum of RGB (Red+Green+Blue) = 153+106+1=260 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.85% from 260); Green value is 106 (41.80% from 255 or 40.77% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 153 - color contains mainly: red. Hex color #996A01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996A01 is #6695FE. Grayscale: #6C6C6C. Windows color (decimal): -6723071 or 92825. OLE color: 92825.

HSL color Cylindrical-coordinate representation of color #996A01: hue angle of 41.45º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #996A01 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 106 1 -
CMYK 0 0.31 0.99 0.4
HSL 41.45º 0.99% 0.3% -
HSV(B) 41.45º 0.99% 0.6% -
XYZ 18.3 17.08 2.36 -
YUV 108.08 67.57 160.04 -
System Red Green Blue C M Y K H S L
Decimal 153 106 1 0 0.31 0.99 0.4 41.45 0.99 0.3
Hex 99 6A 1 0 1F 63 28 29 63 1E
Octal 231 152 1 0 37 143 50 51 143 36
Binary 10011001 1101010 1 0 11111 1100011 101000 101001 1100011 11110

Color Harmonies of #996A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996A01

Black with #996A01

Text Example


Text Example

White with #996A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996A01; }

 p { color: rgb(153,106,1); }

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

background-color css

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

 a { background-color: rgb(153,106,1); }

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

border-color css

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

 span { border-color: rgb(153,106,1); }

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