Html Css Color HEX #995306 Golden Brown

📋 copy color: '#995306'

red 153 ◦ green 83 ◦ blue 6

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

Shades of Golden Brown #995306

Tints of Golden Brown #995306

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.3%

 BLUE value IS 6 (2.73% from 255) = 2.48%

R = 63.22%
G = 34.3%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.4

RGB Variations

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

Color information

#995306 (or 0x995306) is known color: Golden Brown. HEX triplet: 99, 53 and 06. RGB value is (153,83,6). Sum of RGB (Red+Green+Blue) = 153+83+6=242 (32% of max value = 765). Red value is 153 (60.16% from 255 or 63.22% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 153 - color contains mainly: red. Hex color #995306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995306 is #66ACF9. Grayscale: #5F5F5F. Windows color (decimal): -6728954 or 414617. OLE color: 414617.

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

Color convert

RGB 153 83 6 -
CMYK 0 0.46 0.96 0.4
HSL 31.43º 0.92% 0.31% -
HSV(B) 31.43º 0.96% 0.6% -
XYZ 16.26 12.97 1.82 -
YUV 95.15 77.69 169.26 -
System Red Green Blue C M Y K H S L
Decimal 153 83 6 0 0.46 0.96 0.4 31.43 0.92 0.31
Hex 99 53 6 0 2E 60 28 1F 5C 1F
Octal 231 123 6 0 56 140 50 37 134 37
Binary 10011001 1010011 110 0 101110 1100000 101000 11111 1011100 11111

Color Harmonies of #995306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995306

Black with #995306

Text Example


Text Example

White with #995306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995306; }

 p { color: rgb(153,83,6); }

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

background-color css

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

 a { background-color: rgb(153,83,6); }

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

border-color css

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

 span { border-color: rgb(153,83,6); }

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