Html Css Color HEX #96760D Golden Brown

📋 copy color: '#96760D'

red 150 ◦ green 118 ◦ blue 13

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

Shades of Golden Brown #96760D

Tints of Golden Brown #96760D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.99%

 BLUE value IS 13 (5.47% from 255) = 4.63%

R = 53.38%
G = 41.99%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#96760D (or 0x96760D) is known color: Golden Brown. HEX triplet: 96, 76 and 0D. RGB value is (150,118,13). Sum of RGB (Red+Green+Blue) = 150+118+13=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #96760D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96760D is #6989F2. Grayscale: #747474. Windows color (decimal): -6916595 or 882326. OLE color: 882326.

HSL color Cylindrical-coordinate representation of color #96760D: hue angle of 45.99º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96760D is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 118 13 -
CMYK 0 0.21 0.91 0.41
HSL 45.99º 0.84% 0.32% -
HSV(B) 45.99º 0.91% 0.59% -
XYZ 19.13 19.47 3.13 -
YUV 115.6 70.1 152.54 -
System Red Green Blue C M Y K H S L
Decimal 150 118 13 0 0.21 0.91 0.41 45.99 0.84 0.32
Hex 96 76 D 0 15 5B 29 2E 54 20
Octal 226 166 15 0 25 133 51 56 124 40
Binary 10010110 1110110 1101 0 10101 1011011 101001 101110 1010100 100000

Color Harmonies of #96760D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96760D

Black with #96760D

Text Example


Text Example

White with #96760D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96760D; }

 p { color: rgb(150,118,13); }

 H1.HeaderClassName
 {
   color: #96760D;
 }
 .AnyTagClassName
 {
   color: #96760D;
 }
</style>

background-color css

<style>
 a { background-color: #96760D; }

 a { background-color: rgb(150,118,13); }

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

border-color css

<style>
 span { border-color: #96760D; }

 span { border-color: rgb(150,118,13); }

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