Html Css Color HEX #683D2D New Amber

📋 copy color: '#683D2D'

red 104 ◦ green 61 ◦ blue 45

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

Shades of New Amber #683D2D

Tints of New Amber #683D2D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.05%

 BLUE value IS 45 (17.97% from 255) = 21.43%

R = 49.52%
G = 29.05%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.59

RGB Variations

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

Color information

#683D2D (or 0x683D2D) is known color: New Amber. HEX triplet: 68, 3D and 2D. RGB value is (104,61,45). Sum of RGB (Red+Green+Blue) = 104+61+45=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 61 (24.22% from 255 or 29.05% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #683D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683D2D is #97C2D2. Grayscale: #484848. Windows color (decimal): -9945811 or 2964840. OLE color: 2964840.

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

Color convert

RGB 104 61 45 -
CMYK 0 0.41 0.57 0.59
HSL 16.27º 0.4% 0.29% -
HSV(B) 16.27º 0.57% 0.41% -
XYZ 7.85 6.47 3.32 -
YUV 72.03 112.75 150.8 -
System Red Green Blue C M Y K H S L
Decimal 104 61 45 0 0.41 0.57 0.59 16.27 0.4 0.29
Hex 68 3D 2D 0 29 39 3B 10 28 1D
Octal 150 75 55 0 51 71 73 20 50 35
Binary 1101000 111101 101101 0 101001 111001 111011 10000 101000 11101

Color Harmonies of #683D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683D2D

Black with #683D2D

Text Example


Text Example

White with #683D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,61,45); }

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

background-color css

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

 a { background-color: rgb(104,61,45); }

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

border-color css

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

 span { border-color: rgb(104,61,45); }

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