Html Css Color HEX #95651C Golden Brown

📋 copy color: '#95651C'

red 149 ◦ green 101 ◦ blue 28

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

Shades of Golden Brown #95651C

Tints of Golden Brown #95651C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.33%

 BLUE value IS 28 (11.33% from 255) = 10.07%

R = 53.6%
G = 36.33%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#95651C (or 0x95651C) is known color: Golden Brown. HEX triplet: 95, 65 and 1C. RGB value is (149,101,28). Sum of RGB (Red+Green+Blue) = 149+101+28=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #95651C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95651C is #6A9AE3. Grayscale: #6B6B6B. Windows color (decimal): -6986468 or 1861013. OLE color: 1861013.

HSL color Cylindrical-coordinate representation of color #95651C: hue angle of 36.2º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #95651C is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 101 28 -
CMYK 0 0.32 0.81 0.42
HSL 36.2º 0.68% 0.35% -
HSV(B) 36.2º 0.81% 0.58% -
XYZ 17.26 15.78 3.24 -
YUV 107.03 83.4 157.94 -
System Red Green Blue C M Y K H S L
Decimal 149 101 28 0 0.32 0.81 0.42 36.2 0.68 0.35
Hex 95 65 1C 0 20 51 2A 24 44 23
Octal 225 145 34 0 40 121 52 44 104 43
Binary 10010101 1100101 11100 0 100000 1010001 101010 100100 1000100 100011

Color Harmonies of #95651C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95651C

Black with #95651C

Text Example


Text Example

White with #95651C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95651C; }

 p { color: rgb(149,101,28); }

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

background-color css

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

 a { background-color: rgb(149,101,28); }

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

border-color css

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

 span { border-color: rgb(149,101,28); }

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