Html Css Color HEX #683920 New Amber

📋 copy color: '#683920'

red 104 ◦ green 57 ◦ blue 32

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

Shades of New Amber #683920

Tints of New Amber #683920

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.53%

 BLUE value IS 32 (12.89% from 255) = 16.58%

R = 53.89%
G = 29.53%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#683920 (or 0x683920) is known color: New Amber. HEX triplet: 68, 39 and 20. RGB value is (104,57,32). Sum of RGB (Red+Green+Blue) = 104+57+32=193 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.89% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 104 - color contains mainly: red. Hex color #683920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683920 is #97C6DF. Grayscale: #444444. Windows color (decimal): -9946848 or 2111848. OLE color: 2111848.

HSL color Cylindrical-coordinate representation of color #683920: hue angle of 20.83º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #683920 is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 57 32 -
CMYK 0 0.45 0.69 0.59
HSL 20.83º 0.53% 0.27% -
HSV(B) 20.83º 0.69% 0.41% -
XYZ 7.43 5.97 2.13 -
YUV 68.2 107.57 153.53 -
System Red Green Blue C M Y K H S L
Decimal 104 57 32 0 0.45 0.69 0.59 20.83 0.53 0.27
Hex 68 39 20 0 2D 45 3B 15 35 1B
Octal 150 71 40 0 55 105 73 25 65 33
Binary 1101000 111001 100000 0 101101 1000101 111011 10101 110101 11011

Color Harmonies of #683920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683920

Black with #683920

Text Example


Text Example

White with #683920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683920; }

 p { color: rgb(104,57,32); }

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

background-color css

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

 a { background-color: rgb(104,57,32); }

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

border-color css

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

 span { border-color: rgb(104,57,32); }

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