Html Css Color HEX #956702 Golden Brown

📋 copy color: '#956702'

red 149 ◦ green 103 ◦ blue 2

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

Shades of Golden Brown #956702

Tints of Golden Brown #956702

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.55%

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

R = 58.66%
G = 40.55%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#956702 (or 0x956702) is known color: Golden Brown. HEX triplet: 95, 67 and 02. RGB value is (149,103,2). Sum of RGB (Red+Green+Blue) = 149+103+2=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 103 (40.62% from 255 or 40.55% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #956702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956702 is #6A98FD. Grayscale: #696969. Windows color (decimal): -6985982 or 157589. OLE color: 157589.

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

Color convert

RGB 149 103 2 -
CMYK 0 0.31 0.99 0.42
HSL 41.22º 0.97% 0.3% -
HSV(B) 41.22º 0.99% 0.58% -
XYZ 17.26 16.09 2.25 -
YUV 105.24 69.74 159.21 -
System Red Green Blue C M Y K H S L
Decimal 149 103 2 0 0.31 0.99 0.42 41.22 0.97 0.3
Hex 95 67 2 0 1F 63 2A 29 61 1E
Octal 225 147 2 0 37 143 52 51 141 36
Binary 10010101 1100111 10 0 11111 1100011 101010 101001 1100001 11110

Color Harmonies of #956702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956702

Black with #956702

Text Example


Text Example

White with #956702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956702; }

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

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

background-color css

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

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

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

border-color css

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

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

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