Html Css Color HEX #683C2A New Amber

📋 copy color: '#683C2A'

red 104 ◦ green 60 ◦ blue 42

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

Shades of New Amber #683C2A

Tints of New Amber #683C2A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.13%

 BLUE value IS 42 (16.8% from 255) = 20.39%

R = 50.49%
G = 29.13%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.59

RGB Variations

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

Color information

#683C2A (or 0x683C2A) is known color: New Amber. HEX triplet: 68, 3C and 2A. RGB value is (104,60,42). Sum of RGB (Red+Green+Blue) = 104+60+42=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #683C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683C2A is #97C3D5. Grayscale: #474747. Windows color (decimal): -9946070 or 2767976. OLE color: 2767976.

HSL color Cylindrical-coordinate representation of color #683C2A: hue angle of 17.42º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #683C2A is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 60 42 -
CMYK 0 0.42 0.60 0.59
HSL 17.42º 0.42% 0.29% -
HSV(B) 17.42º 0.6% 0.41% -
XYZ 7.74 6.34 3.01 -
YUV 71.1 111.58 151.46 -
System Red Green Blue C M Y K H S L
Decimal 104 60 42 0 0.42 0.60 0.59 17.42 0.42 0.29
Hex 68 3C 2A 0 2A 3C 3B 11 2A 1D
Octal 150 74 52 0 52 74 73 21 52 35
Binary 1101000 111100 101010 0 101010 111100 111011 10001 101010 11101

Color Harmonies of #683C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683C2A

Black with #683C2A

Text Example


Text Example

White with #683C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,60,42); }

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

background-color css

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

 a { background-color: rgb(104,60,42); }

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

border-color css

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

 span { border-color: rgb(104,60,42); }

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