Html Css Color HEX #95691C Golden Brown

📋 copy color: '#95691C'

red 149 ◦ green 105 ◦ blue 28

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

Shades of Golden Brown #95691C

Tints of Golden Brown #95691C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.23%

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

R = 52.84%
G = 37.23%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#95691C (or 0x95691C) is known color: Golden Brown. HEX triplet: 95, 69 and 1C. RGB value is (149,105,28). Sum of RGB (Red+Green+Blue) = 149+105+28=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #95691C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95691C is #6A96E3. Grayscale: #6D6D6D. Windows color (decimal): -6985444 or 1862037. OLE color: 1862037.

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

Color convert

RGB 149 105 28 -
CMYK 0 0.30 0.81 0.42
HSL 38.18º 0.68% 0.35% -
HSV(B) 38.18º 0.81% 0.58% -
XYZ 17.66 16.58 3.37 -
YUV 109.38 82.08 156.26 -
System Red Green Blue C M Y K H S L
Decimal 149 105 28 0 0.30 0.81 0.42 38.18 0.68 0.35
Hex 95 69 1C 0 1E 51 2A 26 44 23
Octal 225 151 34 0 36 121 52 46 104 43
Binary 10010101 1101001 11100 0 11110 1010001 101010 100110 1000100 100011

Color Harmonies of #95691C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95691C

Black with #95691C

Text Example


Text Example

White with #95691C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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