Html Css Color HEX #956906 Golden Brown

📋 copy color: '#956906'

red 149 ◦ green 105 ◦ blue 6

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

Shades of Golden Brown #956906

Tints of Golden Brown #956906

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.38%

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

R = 57.31%
G = 40.38%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#956906 (or 0x956906) is known color: Golden Brown. HEX triplet: 95, 69 and 06. RGB value is (149,105,6). Sum of RGB (Red+Green+Blue) = 149+105+6=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 105 (41.41% from 255 or 40.38% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #956906 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956906 is #6A96F9. Grayscale: #6B6B6B. Windows color (decimal): -6985466 or 420245. OLE color: 420245.

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

Color convert

RGB 149 105 6 -
CMYK 0 0.30 0.96 0.42
HSL 41.54º 0.92% 0.3% -
HSV(B) 41.54º 0.96% 0.58% -
XYZ 17.48 16.51 2.44 -
YUV 106.87 71.08 158.05 -
System Red Green Blue C M Y K H S L
Decimal 149 105 6 0 0.30 0.96 0.42 41.54 0.92 0.3
Hex 95 69 6 0 1E 60 2A 2A 5C 1E
Octal 225 151 6 0 36 140 52 52 134 36
Binary 10010101 1101001 110 0 11110 1100000 101010 101010 1011100 11110

Color Harmonies of #956906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956906

Black with #956906

Text Example


Text Example

White with #956906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956906; }

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

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

background-color css

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

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

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

border-color css

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

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

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