Html Css Color HEX #683C22 New Amber

📋 copy color: '#683C22'

red 104 ◦ green 60 ◦ blue 34

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

Shades of New Amber #683C22

Tints of New Amber #683C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 17.17%

R = 52.53%
G = 30.3%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.59

RGB Variations

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

Color information

#683C22 (or 0x683C22) is known color: New Amber. HEX triplet: 68, 3C and 22. RGB value is (104,60,34). Sum of RGB (Red+Green+Blue) = 104+60+34=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 34 (13.67% from 255 or 17.17% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #683C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683C22 is #97C3DD. Grayscale: #464646. Windows color (decimal): -9946078 or 2243688. OLE color: 2243688.

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

Color convert

RGB 104 60 34 -
CMYK 0 0.42 0.67 0.59
HSL 22.29º 0.51% 0.27% -
HSV(B) 22.29º 0.67% 0.41% -
XYZ 7.61 6.29 2.33 -
YUV 70.19 107.58 152.11 -
System Red Green Blue C M Y K H S L
Decimal 104 60 34 0 0.42 0.67 0.59 22.29 0.51 0.27
Hex 68 3C 22 0 2A 43 3B 16 33 1B
Octal 150 74 42 0 52 103 73 26 63 33
Binary 1101000 111100 100010 0 101010 1000011 111011 10110 110011 11011

Color Harmonies of #683C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683C22

Black with #683C22

Text Example


Text Example

White with #683C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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