Html Css Color HEX #996D01 Golden Brown

📋 copy color: '#996D01'

red 153 ◦ green 109 ◦ blue 1

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

Shades of Golden Brown #996D01

Tints of Golden Brown #996D01

RGB

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

 GREEN value IS 109 (42.97% from 255) = 41.44%

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

R = 58.17%
G = 41.44%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#996D01 (or 0x996D01) is known color: Golden Brown. HEX triplet: 99, 6D and 01. RGB value is (153,109,1). Sum of RGB (Red+Green+Blue) = 153+109+1=263 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.17% from 263); Green value is 109 (42.97% from 255 or 41.44% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 153 - color contains mainly: red. Hex color #996D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996D01 is #6692FE. Grayscale: #6E6E6E. Windows color (decimal): -6722303 or 93593. OLE color: 93593.

HSL color Cylindrical-coordinate representation of color #996D01: hue angle of 42.63º 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 #996D01 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 109 1 -
CMYK 0 0.29 0.99 0.4
HSL 42.63º 0.99% 0.3% -
HSV(B) 42.63º 0.99% 0.6% -
XYZ 18.61 17.71 2.47 -
YUV 109.84 66.58 158.78 -
System Red Green Blue C M Y K H S L
Decimal 153 109 1 0 0.29 0.99 0.4 42.63 0.99 0.3
Hex 99 6D 1 0 1D 63 28 2B 63 1E
Octal 231 155 1 0 35 143 50 53 143 36
Binary 10011001 1101101 1 0 11101 1100011 101000 101011 1100011 11110

Color Harmonies of #996D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996D01

Black with #996D01

Text Example


Text Example

White with #996D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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