Html Css Color HEX #6A3E28 New Amber

📋 copy color: '#6A3E28'

red 106 ◦ green 62 ◦ blue 40

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

Shades of New Amber #6A3E28

Tints of New Amber #6A3E28

RGB

 RED value IS 106 (41.8% from 255) = 50.96%

 GREEN value IS 62 (24.61% from 255) = 29.81%

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

R = 50.96%
G = 29.81%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.58

RGB Variations

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

Color information

#6A3E28 (or 0x6A3E28) is known color: New Amber. HEX triplet: 6A, 3E and 28. RGB value is (106,62,40). Sum of RGB (Red+Green+Blue) = 106+62+40=208 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.96% from 208); Green value is 62 (24.61% from 255 or 29.81% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3E28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3E28 is #95C1D7. Grayscale: #484848. Windows color (decimal): -9814488 or 2637418. OLE color: 2637418.

HSL color Cylindrical-coordinate representation of color #6A3E28: hue angle of 20º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A3E28 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 62 40 -
CMYK 0 0.42 0.62 0.58
HSL 20º 0.45% 0.29% -
HSV(B) 20º 0.62% 0.42% -
XYZ 8.05 6.66 2.87 -
YUV 72.65 109.58 151.79 -
System Red Green Blue C M Y K H S L
Decimal 106 62 40 0 0.42 0.62 0.58 20 0.45 0.29
Hex 6A 3E 28 0 2A 3E 3A 14 2D 1D
Octal 152 76 50 0 52 76 72 24 55 35
Binary 1101010 111110 101000 0 101010 111110 111010 10100 101101 11101

Color Harmonies of #6A3E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3E28

Black with #6A3E28

Text Example


Text Example

White with #6A3E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A3E28; }

 p { color: rgb(106,62,40); }

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

background-color css

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

 a { background-color: rgb(106,62,40); }

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

border-color css

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

 span { border-color: rgb(106,62,40); }

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