Html Css Color HEX #996703 Golden Brown

📋 copy color: '#996703'

red 153 ◦ green 103 ◦ blue 3

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

Shades of Golden Brown #996703

Tints of Golden Brown #996703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.16%

R = 59.07%
G = 39.77%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.4

RGB Variations

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

Color information

#996703 (or 0x996703) is known color: Golden Brown. HEX triplet: 99, 67 and 03. RGB value is (153,103,3). Sum of RGB (Red+Green+Blue) = 153+103+3=259 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.07% from 259); Green value is 103 (40.62% from 255 or 39.77% from 259); Blue value is 3 (1.56% from 255 or 1.16% from 259); Max value from RGB is 153 - color contains mainly: red. Hex color #996703 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996703 is #6698FC. Grayscale: #6A6A6A. Windows color (decimal): -6723837 or 223129. OLE color: 223129.

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

Color convert

RGB 153 103 3 -
CMYK 0 0.33 0.98 0.4
HSL 40º 0.96% 0.31% -
HSV(B) 40º 0.98% 0.6% -
XYZ 18 16.48 2.32 -
YUV 106.55 69.57 161.13 -
System Red Green Blue C M Y K H S L
Decimal 153 103 3 0 0.33 0.98 0.4 40 0.96 0.31
Hex 99 67 3 0 21 62 28 28 60 1F
Octal 231 147 3 0 41 142 50 50 140 37
Binary 10011001 1100111 11 0 100001 1100010 101000 101000 1100000 11111

Color Harmonies of #996703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996703

Black with #996703

Text Example


Text Example

White with #996703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996703; }

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

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

background-color css

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

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

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

border-color css

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

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

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