Html Css Color HEX #96620D Golden Brown

📋 copy color: '#96620D'

red 150 ◦ green 98 ◦ blue 13

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

Shades of Golden Brown #96620D

Tints of Golden Brown #96620D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.55%

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

R = 57.47%
G = 37.55%
B = 4.98%

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

#96620D (or 0x96620D) is known color: Golden Brown. HEX triplet: 96, 62 and 0D. RGB value is (150,98,13). Sum of RGB (Red+Green+Blue) = 150+98+13=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #96620D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96620D is #699DF2. Grayscale: #686868. Windows color (decimal): -6921715 or 877206. OLE color: 877206.

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

Color convert

RGB 150 98 13 -
CMYK 0 0.35 0.91 0.41
HSL 37.23º 0.84% 0.32% -
HSV(B) 37.23º 0.91% 0.59% -
XYZ 17.02 15.25 2.43 -
YUV 103.86 76.73 160.91 -
System Red Green Blue C M Y K H S L
Decimal 150 98 13 0 0.35 0.91 0.41 37.23 0.84 0.32
Hex 96 62 D 0 23 5B 29 25 54 20
Octal 226 142 15 0 43 133 51 45 124 40
Binary 10010110 1100010 1101 0 100011 1011011 101001 100101 1010100 100000

Color Harmonies of #96620D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96620D

Black with #96620D

Text Example


Text Example

White with #96620D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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