Html Css Color HEX #996101 Golden Brown

📋 copy color: '#996101'

red 153 ◦ green 97 ◦ blue 1

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

Shades of Golden Brown #996101

Tints of Golden Brown #996101

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.65%

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

R = 60.96%
G = 38.65%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#996101 (or 0x996101) is known color: Golden Brown. HEX triplet: 99, 61 and 01. RGB value is (153,97,1). Sum of RGB (Red+Green+Blue) = 153+97+1=251 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.96% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 153 - color contains mainly: red. Hex color #996101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996101 is #669EFE. Grayscale: #676767. Windows color (decimal): -6725375 or 90521. OLE color: 90521.

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

Color convert

RGB 153 97 1 -
CMYK 0 0.37 0.99 0.4
HSL 37.89º 0.99% 0.3% -
HSV(B) 37.89º 0.99% 0.6% -
XYZ 17.42 15.32 2.07 -
YUV 102.8 70.55 163.81 -
System Red Green Blue C M Y K H S L
Decimal 153 97 1 0 0.37 0.99 0.4 37.89 0.99 0.3
Hex 99 61 1 0 25 63 28 26 63 1E
Octal 231 141 1 0 45 143 50 46 143 36
Binary 10011001 1100001 1 0 100101 1100011 101000 100110 1100011 11110

Color Harmonies of #996101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996101

Black with #996101

Text Example


Text Example

White with #996101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996101; }

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

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

background-color css

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

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

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

border-color css

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

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

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