Html Css Color HEX #955F06 Golden Brown

📋 copy color: '#955F06'

red 149 ◦ green 95 ◦ blue 6

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

Shades of Golden Brown #955F06

Tints of Golden Brown #955F06

RGB

 RED value IS 149 (58.59% from 255) = 59.6%

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

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

R = 59.6%
G = 38%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#955F06 (or 0x955F06) is known color: Golden Brown. HEX triplet: 95, 5F and 06. RGB value is (149,95,6). Sum of RGB (Red+Green+Blue) = 149+95+6=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 95 (37.5% from 255 or 38% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #955F06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955F06 is #6AA0F9. Grayscale: #656565. Windows color (decimal): -6988026 or 417685. OLE color: 417685.

HSL color Cylindrical-coordinate representation of color #955F06: hue angle of 37.34º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #955F06 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 95 6 -
CMYK 0 0.36 0.96 0.42
HSL 37.34º 0.92% 0.3% -
HSV(B) 37.34º 0.96% 0.58% -
XYZ 16.52 14.59 2.12 -
YUV 101 74.39 162.24 -
System Red Green Blue C M Y K H S L
Decimal 149 95 6 0 0.36 0.96 0.42 37.34 0.92 0.3
Hex 95 5F 6 0 24 60 2A 25 5C 1E
Octal 225 137 6 0 44 140 52 45 134 36
Binary 10010101 1011111 110 0 100100 1100000 101010 100101 1011100 11110

Color Harmonies of #955F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955F06

Black with #955F06

Text Example


Text Example

White with #955F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955F06; }

 p { color: rgb(149,95,6); }

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

background-color css

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

 a { background-color: rgb(149,95,6); }

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

border-color css

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

 span { border-color: rgb(149,95,6); }

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