Html Css Color HEX #683C21 New Amber

📋 copy color: '#683C21'

red 104 ◦ green 60 ◦ blue 33

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

Shades of New Amber #683C21

Tints of New Amber #683C21

RGB

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

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

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

R = 52.79%
G = 30.46%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#683C21 (or 0x683C21) is known color: New Amber. HEX triplet: 68, 3C and 21. RGB value is (104,60,33). Sum of RGB (Red+Green+Blue) = 104+60+33=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #683C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683C21 is #97C3DE. Grayscale: #464646. Windows color (decimal): -9946079 or 2178152. OLE color: 2178152.

HSL color Cylindrical-coordinate representation of color #683C21: hue angle of 22.82º 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 #683C21 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 60 33 -
CMYK 0 0.42 0.68 0.59
HSL 22.82º 0.52% 0.27% -
HSV(B) 22.82º 0.68% 0.41% -
XYZ 7.6 6.28 2.25 -
YUV 70.08 107.08 152.2 -
System Red Green Blue C M Y K H S L
Decimal 104 60 33 0 0.42 0.68 0.59 22.82 0.52 0.27
Hex 68 3C 21 0 2A 44 3B 17 34 1B
Octal 150 74 41 0 52 104 73 27 64 33
Binary 1101000 111100 100001 0 101010 1000100 111011 10111 110100 11011

Color Harmonies of #683C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683C21

Black with #683C21

Text Example


Text Example

White with #683C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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