Html Css Color HEX #683C2B New Amber

📋 copy color: '#683C2B'

red 104 ◦ green 60 ◦ blue 43

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

Shades of New Amber #683C2B

Tints of New Amber #683C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.77%

R = 50.24%
G = 28.99%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.59

RGB Variations

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

Color information

#683C2B (or 0x683C2B) is known color: New Amber. HEX triplet: 68, 3C and 2B. RGB value is (104,60,43). Sum of RGB (Red+Green+Blue) = 104+60+43=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #683C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683C2B is #97C3D4. Grayscale: #474747. Windows color (decimal): -9946069 or 2833512. OLE color: 2833512.

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

Color convert

RGB 104 60 43 -
CMYK 0 0.42 0.59 0.59
HSL 16.72º 0.41% 0.29% -
HSV(B) 16.72º 0.59% 0.41% -
XYZ 7.76 6.35 3.1 -
YUV 71.22 112.08 151.38 -
System Red Green Blue C M Y K H S L
Decimal 104 60 43 0 0.42 0.59 0.59 16.72 0.41 0.29
Hex 68 3C 2B 0 2A 3B 3B 11 29 1D
Octal 150 74 53 0 52 73 73 21 51 35
Binary 1101000 111100 101011 0 101010 111011 111011 10001 101001 11101

Color Harmonies of #683C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683C2B

Black with #683C2B

Text Example


Text Example

White with #683C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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