Html Css Color HEX #956201 Golden Brown

📋 copy color: '#956201'

red 149 ◦ green 98 ◦ blue 1

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

Shades of Golden Brown #956201

Tints of Golden Brown #956201

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.52%

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 60.08%
G = 39.52%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#956201 (or 0x956201) is known color: Golden Brown. HEX triplet: 95, 62 and 01. RGB value is (149,98,1). Sum of RGB (Red+Green+Blue) = 149+98+1=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #956201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956201 is #6A9DFE. Grayscale: #666666. Windows color (decimal): -6987263 or 90773. OLE color: 90773.

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

Color convert

RGB 149 98 1 -
CMYK 0 0.34 0.99 0.42
HSL 39.32º 0.99% 0.29% -
HSV(B) 39.32º 0.99% 0.58% -
XYZ 16.77 15.13 2.06 -
YUV 102.19 70.9 161.39 -
System Red Green Blue C M Y K H S L
Decimal 149 98 1 0 0.34 0.99 0.42 39.32 0.99 0.29
Hex 95 62 1 0 22 63 2A 27 63 1D
Octal 225 142 1 0 42 143 52 47 143 35
Binary 10010101 1100010 1 0 100010 1100011 101010 100111 1100011 11101

Color Harmonies of #956201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956201

Black with #956201

Text Example


Text Example

White with #956201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956201; }

 p { color: rgb(149,98,1); }

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

background-color css

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

 a { background-color: rgb(149,98,1); }

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

border-color css

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

 span { border-color: rgb(149,98,1); }

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