Html Css Color HEX #6A3D28 New Amber

📋 copy color: '#6A3D28'

red 106 ◦ green 61 ◦ blue 40

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

Shades of New Amber #6A3D28

Tints of New Amber #6A3D28

RGB

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

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

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

R = 51.21%
G = 29.47%
B = 19.32%

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

#6A3D28 (or 0x6A3D28) is known color: New Amber. HEX triplet: 6A, 3D and 28. RGB value is (106,61,40). Sum of RGB (Red+Green+Blue) = 106+61+40=207 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.21% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3D28 is #95C2D7. Grayscale: #484848. Windows color (decimal): -9814744 or 2637162. OLE color: 2637162.

HSL color Cylindrical-coordinate representation of color #6A3D28: hue angle of 19.09º 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 #6A3D28 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 61 40 -
CMYK 0 0.42 0.62 0.58
HSL 19.09º 0.45% 0.29% -
HSV(B) 19.09º 0.62% 0.42% -
XYZ 8 6.55 2.85 -
YUV 72.06 109.91 152.21 -
System Red Green Blue C M Y K H S L
Decimal 106 61 40 0 0.42 0.62 0.58 19.09 0.45 0.29
Hex 6A 3D 28 0 2A 3E 3A 13 2D 1D
Octal 152 75 50 0 52 76 72 23 55 35
Binary 1101010 111101 101000 0 101010 111110 111010 10011 101101 11101

Color Harmonies of #6A3D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3D28

Black with #6A3D28

Text Example


Text Example

White with #6A3D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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