Html Css Color HEX #96690B Golden Brown

📋 copy color: '#96690B'

red 150 ◦ green 105 ◦ blue 11

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

Shades of Golden Brown #96690B

Tints of Golden Brown #96690B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.47%

 BLUE value IS 11 (4.69% from 255) = 4.14%

R = 56.39%
G = 39.47%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#96690B (or 0x96690B) is known color: Golden Brown. HEX triplet: 96, 69 and 0B. RGB value is (150,105,11). Sum of RGB (Red+Green+Blue) = 150+105+11=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #96690B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96690B is #6996F4. Grayscale: #6C6C6C. Windows color (decimal): -6919925 or 747926. OLE color: 747926.

HSL color Cylindrical-coordinate representation of color #96690B: hue angle of 40.58º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96690B is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 105 11 -
CMYK 0 0.30 0.93 0.41
HSL 40.58º 0.86% 0.32% -
HSV(B) 40.58º 0.93% 0.59% -
XYZ 17.69 16.61 2.59 -
YUV 107.74 73.41 158.14 -
System Red Green Blue C M Y K H S L
Decimal 150 105 11 0 0.30 0.93 0.41 40.58 0.86 0.32
Hex 96 69 B 0 1E 5D 29 29 56 20
Octal 226 151 13 0 36 135 51 51 126 40
Binary 10010110 1101001 1011 0 11110 1011101 101001 101001 1010110 100000

Color Harmonies of #96690B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96690B

Black with #96690B

Text Example


Text Example

White with #96690B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96690B; }

 p { color: rgb(150,105,11); }

 H1.HeaderClassName
 {
   color: #96690B;
 }
 .AnyTagClassName
 {
   color: #96690B;
 }
</style>

background-color css

<style>
 a { background-color: #96690B; }

 a { background-color: rgb(150,105,11); }

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

border-color css

<style>
 span { border-color: #96690B; }

 span { border-color: rgb(150,105,11); }

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