Html Css Color HEX #995F01 Golden Brown

📋 copy color: '#995F01'

red 153 ◦ green 95 ◦ blue 1

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

Shades of Golden Brown #995F01

Tints of Golden Brown #995F01

RGB

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

 GREEN value IS 95 (37.5% from 255) = 38.15%

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

R = 61.45%
G = 38.15%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#995F01 (or 0x995F01) is known color: Golden Brown. HEX triplet: 99, 5F and 01. RGB value is (153,95,1). Sum of RGB (Red+Green+Blue) = 153+95+1=249 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.45% from 249); Green value is 95 (37.5% from 255 or 38.15% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 153 - color contains mainly: red. Hex color #995F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995F01 is #66A0FE. Grayscale: #666666. Windows color (decimal): -6725887 or 90009. OLE color: 90009.

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

Color convert

RGB 153 95 1 -
CMYK 0 0.38 0.99 0.4
HSL 37.11º 0.99% 0.3% -
HSV(B) 37.11º 0.99% 0.6% -
XYZ 17.23 14.96 2.01 -
YUV 101.63 71.22 164.64 -
System Red Green Blue C M Y K H S L
Decimal 153 95 1 0 0.38 0.99 0.4 37.11 0.99 0.3
Hex 99 5F 1 0 26 63 28 25 63 1E
Octal 231 137 1 0 46 143 50 45 143 36
Binary 10011001 1011111 1 0 100110 1100011 101000 100101 1100011 11110

Color Harmonies of #995F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995F01

Black with #995F01

Text Example


Text Example

White with #995F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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