Html Css Color HEX #6A3C2C New Amber

📋 copy color: '#6A3C2C'

red 106 ◦ green 60 ◦ blue 44

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

Shades of New Amber #6A3C2C

Tints of New Amber #6A3C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.95%

R = 50.48%
G = 28.57%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.58

RGB Variations

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

Color information

#6A3C2C (or 0x6A3C2C) is known color: New Amber. HEX triplet: 6A, 3C and 2C. RGB value is (106,60,44). Sum of RGB (Red+Green+Blue) = 106+60+44=210 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.48% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3C2C is #95C3D3. Grayscale: #484848. Windows color (decimal): -9814996 or 2899050. OLE color: 2899050.

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

Color convert

RGB 106 60 44 -
CMYK 0 0.43 0.58 0.58
HSL 15.48º 0.41% 0.29% -
HSV(B) 15.48º 0.58% 0.42% -
XYZ 8.01 6.48 3.21 -
YUV 71.93 112.24 152.3 -
System Red Green Blue C M Y K H S L
Decimal 106 60 44 0 0.43 0.58 0.58 15.48 0.41 0.29
Hex 6A 3C 2C 0 2B 3A 3A F 29 1D
Octal 152 74 54 0 53 72 72 17 51 35
Binary 1101010 111100 101100 0 101011 111010 111010 1111 101001 11101

Color Harmonies of #6A3C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3C2C

Black with #6A3C2C

Text Example


Text Example

White with #6A3C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,60,44); }

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

background-color css

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

 a { background-color: rgb(106,60,44); }

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

border-color css

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

 span { border-color: rgb(106,60,44); }

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