Html Css Color HEX #996302 Golden Brown

📋 copy color: '#996302'

red 153 ◦ green 99 ◦ blue 2

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

Shades of Golden Brown #996302

Tints of Golden Brown #996302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.98%

 BLUE value IS 2 (1.17% from 255) = 0.79%

R = 60.24%
G = 38.98%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#996302 (or 0x996302) is known color: Golden Brown. HEX triplet: 99, 63 and 02. RGB value is (153,99,2). Sum of RGB (Red+Green+Blue) = 153+99+2=254 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.24% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 153 - color contains mainly: red. Hex color #996302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996302 is #669CFD. Grayscale: #686868. Windows color (decimal): -6724862 or 156569. OLE color: 156569.

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

Color convert

RGB 153 99 2 -
CMYK 0 0.35 0.99 0.4
HSL 38.54º 0.97% 0.3% -
HSV(B) 38.54º 0.99% 0.6% -
XYZ 17.61 15.7 2.16 -
YUV 104.09 70.39 162.89 -
System Red Green Blue C M Y K H S L
Decimal 153 99 2 0 0.35 0.99 0.4 38.54 0.97 0.3
Hex 99 63 2 0 23 63 28 27 61 1E
Octal 231 143 2 0 43 143 50 47 141 36
Binary 10011001 1100011 10 0 100011 1100011 101000 100111 1100001 11110

Color Harmonies of #996302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996302

Black with #996302

Text Example


Text Example

White with #996302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996302; }

 p { color: rgb(153,99,2); }

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

background-color css

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

 a { background-color: rgb(153,99,2); }

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

border-color css

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

 span { border-color: rgb(153,99,2); }

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