Html Css Color HEX #996701 Golden Brown

📋 copy color: '#996701'

red 153 ◦ green 103 ◦ blue 1

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

Shades of Golden Brown #996701

Tints of Golden Brown #996701

RGB

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

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

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

R = 59.53%
G = 40.08%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#996701 (or 0x996701) is known color: Golden Brown. HEX triplet: 99, 67 and 01. RGB value is (153,103,1). Sum of RGB (Red+Green+Blue) = 153+103+1=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 103 (40.62% from 255 or 40.08% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #996701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996701 is #6698FE. Grayscale: #6A6A6A. Windows color (decimal): -6723839 or 92057. OLE color: 92057.

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

Color convert

RGB 153 103 1 -
CMYK 0 0.33 0.99 0.4
HSL 40.26º 0.99% 0.3% -
HSV(B) 40.26º 0.99% 0.6% -
XYZ 17.99 16.47 2.26 -
YUV 106.32 68.57 161.29 -
System Red Green Blue C M Y K H S L
Decimal 153 103 1 0 0.33 0.99 0.4 40.26 0.99 0.3
Hex 99 67 1 0 21 63 28 28 63 1E
Octal 231 147 1 0 41 143 50 50 143 36
Binary 10011001 1100111 1 0 100001 1100011 101000 101000 1100011 11110

Color Harmonies of #996701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996701

Black with #996701

Text Example


Text Example

White with #996701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996701; }

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

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

background-color css

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

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

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

border-color css

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

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

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