Html Css Color HEX #955706 Golden Brown

📋 copy color: '#955706'

red 149 ◦ green 87 ◦ blue 6

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

Shades of Golden Brown #955706

Tints of Golden Brown #955706

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.95%

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

R = 61.57%
G = 35.95%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#955706 (or 0x955706) is known color: Golden Brown. HEX triplet: 95, 57 and 06. RGB value is (149,87,6). Sum of RGB (Red+Green+Blue) = 149+87+6=242 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.57% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 149 - color contains mainly: red. Hex color #955706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955706 is #6AA8F9. Grayscale: #606060. Windows color (decimal): -6990074 or 415637. OLE color: 415637.

HSL color Cylindrical-coordinate representation of color #955706: hue angle of 33.99º 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 #955706 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 87 6 -
CMYK 0 0.42 0.96 0.42
HSL 33.99º 0.92% 0.3% -
HSV(B) 33.99º 0.96% 0.58% -
XYZ 15.84 13.22 1.89 -
YUV 96.3 77.04 165.59 -
System Red Green Blue C M Y K H S L
Decimal 149 87 6 0 0.42 0.96 0.42 33.99 0.92 0.3
Hex 95 57 6 0 2A 60 2A 22 5C 1E
Octal 225 127 6 0 52 140 52 42 134 36
Binary 10010101 1010111 110 0 101010 1100000 101010 100010 1011100 11110

Color Harmonies of #955706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955706

Black with #955706

Text Example


Text Example

White with #955706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955706; }

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

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

background-color css

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

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

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

border-color css

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

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

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