Html Css Color HEX #95620F Golden Brown

📋 copy color: '#95620F'

red 149 ◦ green 98 ◦ blue 15

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

Shades of Golden Brown #95620F

Tints of Golden Brown #95620F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.73%

R = 56.87%
G = 37.4%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#95620F (or 0x95620F) is known color: Golden Brown. HEX triplet: 95, 62 and 0F. RGB value is (149,98,15). Sum of RGB (Red+Green+Blue) = 149+98+15=262 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.87% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 149 - color contains mainly: red. Hex color #95620F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95620F is #6A9DF0. Grayscale: #686868. Windows color (decimal): -6987249 or 1008277. OLE color: 1008277.

HSL color Cylindrical-coordinate representation of color #95620F: hue angle of 37.16º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #95620F is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 98 15 -
CMYK 0 0.34 0.90 0.42
HSL 37.16º 0.82% 0.32% -
HSV(B) 37.16º 0.9% 0.58% -
XYZ 16.85 15.16 2.49 -
YUV 103.79 77.9 160.25 -
System Red Green Blue C M Y K H S L
Decimal 149 98 15 0 0.34 0.90 0.42 37.16 0.82 0.32
Hex 95 62 F 0 22 5A 2A 25 52 20
Octal 225 142 17 0 42 132 52 45 122 40
Binary 10010101 1100010 1111 0 100010 1011010 101010 100101 1010010 100000

Color Harmonies of #95620F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95620F

Black with #95620F

Text Example


Text Example

White with #95620F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95620F; }

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

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

background-color css

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

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

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

border-color css

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

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

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