Html Css Color HEX #96610D Golden Brown

📋 copy color: '#96610D'

red 150 ◦ green 97 ◦ blue 13

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

Shades of Golden Brown #96610D

Tints of Golden Brown #96610D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.31%

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

R = 57.69%
G = 37.31%
B = 5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#96610D (or 0x96610D) is known color: Golden Brown. HEX triplet: 96, 61 and 0D. RGB value is (150,97,13). Sum of RGB (Red+Green+Blue) = 150+97+13=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 97 (38.28% from 255 or 37.31% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #96610D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96610D is #699EF2. Grayscale: #676767. Windows color (decimal): -6921971 or 876950. OLE color: 876950.

HSL color Cylindrical-coordinate representation of color #96610D: hue angle of 36.79º 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 #96610D is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 97 13 -
CMYK 0 0.35 0.91 0.41
HSL 36.79º 0.84% 0.32% -
HSV(B) 36.79º 0.91% 0.59% -
XYZ 16.93 15.06 2.4 -
YUV 103.27 77.06 161.33 -
System Red Green Blue C M Y K H S L
Decimal 150 97 13 0 0.35 0.91 0.41 36.79 0.84 0.32
Hex 96 61 D 0 23 5B 29 25 54 20
Octal 226 141 15 0 43 133 51 45 124 40
Binary 10010110 1100001 1101 0 100011 1011011 101001 100101 1010100 100000

Color Harmonies of #96610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96610D

Black with #96610D

Text Example


Text Example

White with #96610D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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