Html Css Color HEX #95680F Golden Brown

📋 copy color: '#95680F'

red 149 ◦ green 104 ◦ blue 15

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

Shades of Golden Brown #95680F

Tints of Golden Brown #95680F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.81%

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

R = 55.6%
G = 38.81%
B = 5.6%

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

#95680F (or 0x95680F) is known color: Golden Brown. HEX triplet: 95, 68 and 0F. RGB value is (149,104,15). Sum of RGB (Red+Green+Blue) = 149+104+15=268 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.60% from 268); Green value is 104 (41.02% from 255 or 38.81% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 149 - color contains mainly: red. Hex color #95680F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95680F is #6A97F0. Grayscale: #6B6B6B. Windows color (decimal): -6985713 or 1009813. OLE color: 1009813.

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

Color convert

RGB 149 104 15 -
CMYK 0 0.30 0.90 0.42
HSL 39.85º 0.82% 0.32% -
HSV(B) 39.85º 0.9% 0.58% -
XYZ 17.43 16.32 2.68 -
YUV 107.31 75.91 157.74 -
System Red Green Blue C M Y K H S L
Decimal 149 104 15 0 0.30 0.90 0.42 39.85 0.82 0.32
Hex 95 68 F 0 1E 5A 2A 28 52 20
Octal 225 150 17 0 36 132 52 50 122 40
Binary 10010101 1101000 1111 0 11110 1011010 101010 101000 1010010 100000

Color Harmonies of #95680F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95680F

Black with #95680F

Text Example


Text Example

White with #95680F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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