Html Css Color HEX #683420 New Amber

📋 copy color: '#683420'

red 104 ◦ green 52 ◦ blue 32

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

Shades of New Amber #683420

Tints of New Amber #683420

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.66%

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

R = 55.32%
G = 27.66%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#683420 (or 0x683420) is known color: New Amber. HEX triplet: 68, 34 and 20. RGB value is (104,52,32). Sum of RGB (Red+Green+Blue) = 104+52+32=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #683420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683420 is #97CBDF. Grayscale: #414141. Windows color (decimal): -9948128 or 2110568. OLE color: 2110568.

HSL color Cylindrical-coordinate representation of color #683420: hue angle of 16.67º 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 #683420 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 52 32 -
CMYK 0 0.50 0.69 0.59
HSL 16.67º 0.53% 0.27% -
HSV(B) 16.67º 0.69% 0.41% -
XYZ 7.2 5.5 2.05 -
YUV 65.27 109.23 155.63 -
System Red Green Blue C M Y K H S L
Decimal 104 52 32 0 0.50 0.69 0.59 16.67 0.53 0.27
Hex 68 34 20 0 32 45 3B 11 35 1B
Octal 150 64 40 0 62 105 73 21 65 33
Binary 1101000 110100 100000 0 110010 1000101 111011 10001 110101 11011

Color Harmonies of #683420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683420

Black with #683420

Text Example


Text Example

White with #683420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683420; }

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

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

background-color css

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

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

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

border-color css

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

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

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