Html Css Color HEX #996B01 Golden Brown

📋 copy color: '#996B01'

red 153 ◦ green 107 ◦ blue 1

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

Shades of Golden Brown #996B01

Tints of Golden Brown #996B01

RGB

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

 GREEN value IS 107 (42.19% from 255) = 41%

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

R = 58.62%
G = 41%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#996B01 (or 0x996B01) is known color: Golden Brown. HEX triplet: 99, 6B and 01. RGB value is (153,107,1). Sum of RGB (Red+Green+Blue) = 153+107+1=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 107 (42.19% from 255 or 41.00% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #996B01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996B01 is #6694FE. Grayscale: #6D6D6D. Windows color (decimal): -6722815 or 93081. OLE color: 93081.

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

Color convert

RGB 153 107 1 -
CMYK 0 0.30 0.99 0.4
HSL 41.84º 0.99% 0.3% -
HSV(B) 41.84º 0.99% 0.6% -
XYZ 18.4 17.29 2.4 -
YUV 108.67 67.24 159.62 -
System Red Green Blue C M Y K H S L
Decimal 153 107 1 0 0.30 0.99 0.4 41.84 0.99 0.3
Hex 99 6B 1 0 1E 63 28 2A 63 1E
Octal 231 153 1 0 36 143 50 52 143 36
Binary 10011001 1101011 1 0 11110 1100011 101000 101010 1100011 11110

Color Harmonies of #996B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996B01

Black with #996B01

Text Example


Text Example

White with #996B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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