Html Css Color HEX #683A21 New Amber

📋 copy color: '#683A21'

red 104 ◦ green 58 ◦ blue 33

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

Shades of New Amber #683A21

Tints of New Amber #683A21

RGB

 RED value IS 104 (41.02% from 255) = 53.33%

 GREEN value IS 58 (23.05% from 255) = 29.74%

 BLUE value IS 33 (13.28% from 255) = 16.92%

R = 53.33%
G = 29.74%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#683A21 (or 0x683A21) is known color: New Amber. HEX triplet: 68, 3A and 21. RGB value is (104,58,33). Sum of RGB (Red+Green+Blue) = 104+58+33=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 58 (23.05% from 255 or 29.74% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #683A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683A21 is #97C5DE. Grayscale: #454545. Windows color (decimal): -9946591 or 2177640. OLE color: 2177640.

HSL color Cylindrical-coordinate representation of color #683A21: hue angle of 21.13º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #683A21 is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 58 33 -
CMYK 0 0.44 0.68 0.59
HSL 21.13º 0.52% 0.27% -
HSV(B) 21.13º 0.68% 0.41% -
XYZ 7.5 6.08 2.22 -
YUV 68.9 107.74 153.03 -
System Red Green Blue C M Y K H S L
Decimal 104 58 33 0 0.44 0.68 0.59 21.13 0.52 0.27
Hex 68 3A 21 0 2C 44 3B 15 34 1B
Octal 150 72 41 0 54 104 73 25 64 33
Binary 1101000 111010 100001 0 101100 1000100 111011 10101 110100 11011

Color Harmonies of #683A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683A21

Black with #683A21

Text Example


Text Example

White with #683A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683A21; }

 p { color: rgb(104,58,33); }

 H1.HeaderClassName
 {
   color: #683A21;
 }
 .AnyTagClassName
 {
   color: #683A21;
 }
</style>

background-color css

<style>
 a { background-color: #683A21; }

 a { background-color: rgb(104,58,33); }

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

border-color css

<style>
 span { border-color: #683A21; }

 span { border-color: rgb(104,58,33); }

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