Html Css Color HEX #96721B Golden Brown

📋 copy color: '#96721B'

red 150 ◦ green 114 ◦ blue 27

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

Shades of Golden Brown #96721B

Tints of Golden Brown #96721B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.18%

 BLUE value IS 27 (10.94% from 255) = 9.28%

R = 51.55%
G = 39.18%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#96721B (or 0x96721B) is known color: Golden Brown. HEX triplet: 96, 72 and 1B. RGB value is (150,114,27). Sum of RGB (Red+Green+Blue) = 150+114+27=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #96721B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96721B is #698DE4. Grayscale: #737373. Windows color (decimal): -6917605 or 1798806. OLE color: 1798806.

HSL color Cylindrical-coordinate representation of color #96721B: hue angle of 42.44º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #96721B is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 114 27 -
CMYK 0 0.24 0.82 0.41
HSL 42.44º 0.69% 0.35% -
HSV(B) 42.44º 0.82% 0.59% -
XYZ 18.79 18.6 3.64 -
YUV 114.85 78.43 153.07 -
System Red Green Blue C M Y K H S L
Decimal 150 114 27 0 0.24 0.82 0.41 42.44 0.69 0.35
Hex 96 72 1B 0 18 52 29 2A 45 23
Octal 226 162 33 0 30 122 51 52 105 43
Binary 10010110 1110010 11011 0 11000 1010010 101001 101010 1000101 100011

Color Harmonies of #96721B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96721B

Black with #96721B

Text Example


Text Example

White with #96721B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,114,27); }

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

background-color css

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

 a { background-color: rgb(150,114,27); }

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

border-color css

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

 span { border-color: rgb(150,114,27); }

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