Html Css Color HEX #956812 Golden Brown

📋 copy color: '#956812'

red 149 ◦ green 104 ◦ blue 18

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

Shades of Golden Brown #956812

Tints of Golden Brown #956812

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.38%

 BLUE value IS 18 (7.42% from 255) = 6.64%

R = 54.98%
G = 38.38%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#956812 (or 0x956812) is known color: Golden Brown. HEX triplet: 95, 68 and 12. RGB value is (149,104,18). Sum of RGB (Red+Green+Blue) = 149+104+18=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #956812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956812 is #6A97ED. Grayscale: #6C6C6C. Windows color (decimal): -6985710 or 1206421. OLE color: 1206421.

HSL color Cylindrical-coordinate representation of color #956812: hue angle of 39.39º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #956812 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 104 18 -
CMYK 0 0.30 0.88 0.42
HSL 39.39º 0.78% 0.33% -
HSV(B) 39.39º 0.88% 0.58% -
XYZ 17.45 16.33 2.81 -
YUV 107.65 77.41 157.49 -
System Red Green Blue C M Y K H S L
Decimal 149 104 18 0 0.30 0.88 0.42 39.39 0.78 0.33
Hex 95 68 12 0 1E 58 2A 27 4E 21
Octal 225 150 22 0 36 130 52 47 116 41
Binary 10010101 1101000 10010 0 11110 1011000 101010 100111 1001110 100001

Color Harmonies of #956812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956812

Black with #956812

Text Example


Text Example

White with #956812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956812; }

 p { color: rgb(149,104,18); }

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

background-color css

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

 a { background-color: rgb(149,104,18); }

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

border-color css

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

 span { border-color: rgb(149,104,18); }

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