Html Css Color HEX #683822 New Amber

📋 copy color: '#683822'

red 104 ◦ green 56 ◦ blue 34

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

Shades of New Amber #683822

Tints of New Amber #683822

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.87%

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

R = 53.61%
G = 28.87%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.59

RGB Variations

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

Color information

#683822 (or 0x683822) is known color: New Amber. HEX triplet: 68, 38 and 22. RGB value is (104,56,34). Sum of RGB (Red+Green+Blue) = 104+56+34=194 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.61% from 194); Green value is 56 (22.27% from 255 or 28.87% from 194); Blue value is 34 (13.67% from 255 or 17.53% from 194); Max value from RGB is 104 - color contains mainly: red. Hex color #683822 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683822 is #97C7DD. Grayscale: #434343. Windows color (decimal): -9947102 or 2242664. OLE color: 2242664.

HSL color Cylindrical-coordinate representation of color #683822: hue angle of 18.86º 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 #683822 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 56 34 -
CMYK 0 0.46 0.67 0.59
HSL 18.86º 0.51% 0.27% -
HSV(B) 18.86º 0.67% 0.41% -
XYZ 7.41 5.89 2.26 -
YUV 67.84 108.9 153.79 -
System Red Green Blue C M Y K H S L
Decimal 104 56 34 0 0.46 0.67 0.59 18.86 0.51 0.27
Hex 68 38 22 0 2E 43 3B 13 33 1B
Octal 150 70 42 0 56 103 73 23 63 33
Binary 1101000 111000 100010 0 101110 1000011 111011 10011 110011 11011

Color Harmonies of #683822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683822

Black with #683822

Text Example


Text Example

White with #683822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683822; }

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

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

background-color css

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

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

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

border-color css

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

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

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