Html Css Color HEX #95690F Golden Brown

📋 copy color: '#95690F'

red 149 ◦ green 105 ◦ blue 15

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

Shades of Golden Brown #95690F

Tints of Golden Brown #95690F

RGB

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

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

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

R = 55.39%
G = 39.03%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#95690F (or 0x95690F) is known color: Golden Brown. HEX triplet: 95, 69 and 0F. RGB value is (149,105,15). Sum of RGB (Red+Green+Blue) = 149+105+15=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #95690F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95690F is #6A96F0. Grayscale: #6C6C6C. Windows color (decimal): -6985457 or 1010069. OLE color: 1010069.

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

Color convert

RGB 149 105 15 -
CMYK 0 0.30 0.90 0.42
HSL 40.3º 0.82% 0.32% -
HSV(B) 40.3º 0.9% 0.58% -
XYZ 17.53 16.53 2.72 -
YUV 107.9 75.58 157.32 -
System Red Green Blue C M Y K H S L
Decimal 149 105 15 0 0.30 0.90 0.42 40.3 0.82 0.32
Hex 95 69 F 0 1E 5A 2A 28 52 20
Octal 225 151 17 0 36 132 52 50 122 40
Binary 10010101 1101001 1111 0 11110 1011010 101010 101000 1010010 100000

Color Harmonies of #95690F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95690F

Black with #95690F

Text Example


Text Example

White with #95690F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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