Html Css Color HEX #995C00 Golden Brown

📋 copy color: '#995C00'

red 153 ◦ green 92 ◦ blue 0

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

Shades of Golden Brown #995C00

Tints of Golden Brown #995C00

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.55%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.45%
G = 37.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#995C00 (or 0x995C00) is known color: Golden Brown. HEX triplet: 99, 5C and 00. RGB value is (153,92,0). Sum of RGB (Red+Green+Blue) = 153+92+0=245 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.45% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 153 - color contains mainly: red. Hex color #995C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995C00 is #66A3FF. Grayscale: #646464. Windows color (decimal): -6726656 or 23705. OLE color: 23705.

HSL color Cylindrical-coordinate representation of color #995C00: hue angle of 36.08º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #995C00 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 92 0 -
CMYK 0 0.40 1 0.4
HSL 36.08º 1% 0.3% -
HSV(B) 36.08º 1% 0.6% -
XYZ 16.96 14.43 1.89 -
YUV 99.75 71.71 165.98 -
System Red Green Blue C M Y K H S L
Decimal 153 92 0 0 0.40 1 0.4 36.08 1 0.3
Hex 99 5C 0 0 28 64 28 24 64 1E
Octal 231 134 0 0 50 144 50 44 144 36
Binary 10011001 1011100 0 0 101000 1100100 101000 100100 1100100 11110

Color Harmonies of #995C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995C00

Black with #995C00

Text Example


Text Example

White with #995C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995C00; }

 p { color: rgb(153,92,0); }

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

background-color css

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

 a { background-color: rgb(153,92,0); }

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

border-color css

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

 span { border-color: rgb(153,92,0); }

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