Html Css Color HEX #96650B Golden Brown

📋 copy color: '#96650B'

red 150 ◦ green 101 ◦ blue 11

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

Shades of Golden Brown #96650B

Tints of Golden Brown #96650B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 38.55%

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

R = 57.25%
G = 38.55%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#96650B (or 0x96650B) is known color: Golden Brown. HEX triplet: 96, 65 and 0B. RGB value is (150,101,11). Sum of RGB (Red+Green+Blue) = 150+101+11=262 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.25% from 262); Green value is 101 (39.84% from 255 or 38.55% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 150 - color contains mainly: red. Hex color #96650B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96650B is #699AF4. Grayscale: #696969. Windows color (decimal): -6920949 or 746902. OLE color: 746902.

HSL color Cylindrical-coordinate representation of color #96650B: hue angle of 38.85º 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 #96650B is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 101 11 -
CMYK 0 0.33 0.93 0.41
HSL 38.85º 0.86% 0.32% -
HSV(B) 38.85º 0.93% 0.59% -
XYZ 17.29 15.82 2.46 -
YUV 105.39 74.73 159.82 -
System Red Green Blue C M Y K H S L
Decimal 150 101 11 0 0.33 0.93 0.41 38.85 0.86 0.32
Hex 96 65 B 0 21 5D 29 27 56 20
Octal 226 145 13 0 41 135 51 47 126 40
Binary 10010110 1100101 1011 0 100001 1011101 101001 100111 1010110 100000

Color Harmonies of #96650B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96650B

Black with #96650B

Text Example


Text Example

White with #96650B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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