Html Css Color HEX #956100 Golden Brown

📋 copy color: '#956100'

red 149 ◦ green 97 ◦ blue 0

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

Shades of Golden Brown #956100

Tints of Golden Brown #956100

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.43%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.57%
G = 39.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#956100 (or 0x956100) is known color: Golden Brown. HEX triplet: 95, 61 and 00. RGB value is (149,97,0). Sum of RGB (Red+Green+Blue) = 149+97+0=246 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.57% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 149 - color contains mainly: red. Hex color #956100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956100 is #6A9EFF. Grayscale: #656565. Windows color (decimal): -6987520 or 24981. OLE color: 24981.

HSL color Cylindrical-coordinate representation of color #956100: hue angle of 39.06º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #956100 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 97 0 -
CMYK 0 0.35 1 0.42
HSL 39.06º 1% 0.29% -
HSV(B) 39.06º 1% 0.58% -
XYZ 16.67 14.94 2 -
YUV 101.49 70.73 161.89 -
System Red Green Blue C M Y K H S L
Decimal 149 97 0 0 0.35 1 0.42 39.06 1 0.29
Hex 95 61 0 0 23 64 2A 27 64 1D
Octal 225 141 0 0 43 144 52 47 144 35
Binary 10010101 1100001 0 0 100011 1100100 101010 100111 1100100 11101

Color Harmonies of #956100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956100

Black with #956100

Text Example


Text Example

White with #956100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956100; }

 p { color: rgb(149,97,0); }

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

background-color css

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

 a { background-color: rgb(149,97,0); }

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

border-color css

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

 span { border-color: rgb(149,97,0); }

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