Html Css Color HEX #95641C Golden Brown

📋 copy color: '#95641C'

red 149 ◦ green 100 ◦ blue 28

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

Shades of Golden Brown #95641C

Tints of Golden Brown #95641C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.1%

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

R = 53.79%
G = 36.1%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#95641C (or 0x95641C) is known color: Golden Brown. HEX triplet: 95, 64 and 1C. RGB value is (149,100,28). Sum of RGB (Red+Green+Blue) = 149+100+28=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #95641C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95641C is #6A9BE3. Grayscale: #6A6A6A. Windows color (decimal): -6986724 or 1860757. OLE color: 1860757.

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

Color convert

RGB 149 100 28 -
CMYK 0 0.33 0.81 0.42
HSL 35.7º 0.68% 0.35% -
HSV(B) 35.7º 0.81% 0.58% -
XYZ 17.16 15.59 3.2 -
YUV 106.44 83.73 158.35 -
System Red Green Blue C M Y K H S L
Decimal 149 100 28 0 0.33 0.81 0.42 35.7 0.68 0.35
Hex 95 64 1C 0 21 51 2A 24 44 23
Octal 225 144 34 0 41 121 52 44 104 43
Binary 10010101 1100100 11100 0 100001 1010001 101010 100100 1000100 100011

Color Harmonies of #95641C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95641C

Black with #95641C

Text Example


Text Example

White with #95641C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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