Html Css Color HEX #956102 Golden Brown

📋 copy color: '#956102'

red 149 ◦ green 97 ◦ blue 2

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

Shades of Golden Brown #956102

Tints of Golden Brown #956102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.81%

R = 60.08%
G = 39.11%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#956102 (or 0x956102) is known color: Golden Brown. HEX triplet: 95, 61 and 02. RGB value is (149,97,2). Sum of RGB (Red+Green+Blue) = 149+97+2=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #956102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956102 is #6A9EFD. Grayscale: #666666. Windows color (decimal): -6987518 or 156053. OLE color: 156053.

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

Color convert

RGB 149 97 2 -
CMYK 0 0.35 0.99 0.42
HSL 38.78º 0.97% 0.3% -
HSV(B) 38.78º 0.99% 0.58% -
XYZ 16.68 14.94 2.06 -
YUV 101.72 71.73 161.72 -
System Red Green Blue C M Y K H S L
Decimal 149 97 2 0 0.35 0.99 0.42 38.78 0.97 0.3
Hex 95 61 2 0 23 63 2A 27 61 1E
Octal 225 141 2 0 43 143 52 47 141 36
Binary 10010101 1100001 10 0 100011 1100011 101010 100111 1100001 11110

Color Harmonies of #956102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956102

Black with #956102

Text Example


Text Example

White with #956102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956102; }

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

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

background-color css

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

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

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

border-color css

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

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

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