Html Css Color HEX #96680F Golden Brown

📋 copy color: '#96680F'

red 150 ◦ green 104 ◦ blue 15

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

Shades of Golden Brown #96680F

Tints of Golden Brown #96680F

RGB

 RED value IS 150 (58.98% from 255) = 55.76%

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

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

R = 55.76%
G = 38.66%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#96680F (or 0x96680F) is known color: Golden Brown. HEX triplet: 96, 68 and 0F. RGB value is (150,104,15). Sum of RGB (Red+Green+Blue) = 150+104+15=269 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.76% from 269); Green value is 104 (41.02% from 255 or 38.66% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 150 - color contains mainly: red. Hex color #96680F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96680F is #6997F0. Grayscale: #6C6C6C. Windows color (decimal): -6920177 or 1009814. OLE color: 1009814.

HSL color Cylindrical-coordinate representation of color #96680F: hue angle of 39.56º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96680F is Cyan = 0, Magento = 0.31, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 104 15 -
CMYK 0 0.31 0.9 0.41
HSL 39.56º 0.82% 0.32% -
HSV(B) 39.56º 0.9% 0.59% -
XYZ 17.61 16.42 2.69 -
YUV 107.61 75.74 158.24 -
System Red Green Blue C M Y K H S L
Decimal 150 104 15 0 0.31 0.9 0.41 39.56 0.82 0.32
Hex 96 68 F 0 1F 5A 29 28 52 20
Octal 226 150 17 0 37 132 51 50 122 40
Binary 10010110 1101000 1111 0 11111 1011010 101001 101000 1010010 100000

Color Harmonies of #96680F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96680F

Black with #96680F

Text Example


Text Example

White with #96680F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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