Html Css Color HEX #955C06 Golden Brown

📋 copy color: '#955C06'

red 149 ◦ green 92 ◦ blue 6

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

Shades of Golden Brown #955C06

Tints of Golden Brown #955C06

RGB

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

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

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

R = 60.32%
G = 37.25%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#955C06 (or 0x955C06) is known color: Golden Brown. HEX triplet: 95, 5C and 06. RGB value is (149,92,6). Sum of RGB (Red+Green+Blue) = 149+92+6=247 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.32% from 247); Green value is 92 (36.33% from 255 or 37.25% from 247); Blue value is 6 (2.73% from 255 or 2.43% from 247); Max value from RGB is 149 - color contains mainly: red. Hex color #955C06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955C06 is #6AA3F9. Grayscale: #636363. Windows color (decimal): -6988794 or 416917. OLE color: 416917.

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

Color convert

RGB 149 92 6 -
CMYK 0 0.38 0.96 0.42
HSL 36.08º 0.92% 0.3% -
HSV(B) 36.08º 0.96% 0.58% -
XYZ 16.25 14.06 2.03 -
YUV 99.24 75.38 163.49 -
System Red Green Blue C M Y K H S L
Decimal 149 92 6 0 0.38 0.96 0.42 36.08 0.92 0.3
Hex 95 5C 6 0 26 60 2A 24 5C 1E
Octal 225 134 6 0 46 140 52 44 134 36
Binary 10010101 1011100 110 0 100110 1100000 101010 100100 1011100 11110

Color Harmonies of #955C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955C06

Black with #955C06

Text Example


Text Example

White with #955C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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