Html Css Color HEX #95631C Golden Brown

📋 copy color: '#95631C'

red 149 ◦ green 99 ◦ blue 28

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

Shades of Golden Brown #95631C

Tints of Golden Brown #95631C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.87%

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

R = 53.99%
G = 35.87%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#95631C (or 0x95631C) is known color: Golden Brown. HEX triplet: 95, 63 and 1C. RGB value is (149,99,28). Sum of RGB (Red+Green+Blue) = 149+99+28=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #95631C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95631C is #6A9CE3. Grayscale: #6A6A6A. Windows color (decimal): -6986980 or 1860501. OLE color: 1860501.

HSL color Cylindrical-coordinate representation of color #95631C: hue angle of 35.21º 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 #95631C is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 99 28 -
CMYK 0 0.34 0.81 0.42
HSL 35.21º 0.68% 0.35% -
HSV(B) 35.21º 0.81% 0.58% -
XYZ 17.07 15.4 3.17 -
YUV 105.86 84.07 158.77 -
System Red Green Blue C M Y K H S L
Decimal 149 99 28 0 0.34 0.81 0.42 35.21 0.68 0.35
Hex 95 63 1C 0 22 51 2A 23 44 23
Octal 225 143 34 0 42 121 52 43 104 43
Binary 10010101 1100011 11100 0 100010 1010001 101010 100011 1000100 100011

Color Harmonies of #95631C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95631C

Black with #95631C

Text Example


Text Example

White with #95631C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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