Html Css Color HEX #683C28 New Amber

📋 copy color: '#683C28'

red 104 ◦ green 60 ◦ blue 40

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

Shades of New Amber #683C28

Tints of New Amber #683C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.61%

R = 50.98%
G = 29.41%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#683C28 (or 0x683C28) is known color: New Amber. HEX triplet: 68, 3C and 28. RGB value is (104,60,40). Sum of RGB (Red+Green+Blue) = 104+60+40=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #683C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683C28 is #97C3D7. Grayscale: #474747. Windows color (decimal): -9946072 or 2636904. OLE color: 2636904.

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

Color convert

RGB 104 60 40 -
CMYK 0 0.42 0.62 0.59
HSL 18.75º 0.44% 0.28% -
HSV(B) 18.75º 0.62% 0.41% -
XYZ 7.71 6.33 2.82 -
YUV 70.88 110.58 151.63 -
System Red Green Blue C M Y K H S L
Decimal 104 60 40 0 0.42 0.62 0.59 18.75 0.44 0.28
Hex 68 3C 28 0 2A 3E 3B 13 2C 1C
Octal 150 74 50 0 52 76 73 23 54 34
Binary 1101000 111100 101000 0 101010 111110 111011 10011 101100 11100

Color Harmonies of #683C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683C28

Black with #683C28

Text Example


Text Example

White with #683C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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