Html Css Color HEX #6A351E New Amber

📋 copy color: '#6A351E'

red 106 ◦ green 53 ◦ blue 30

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

Shades of New Amber #6A351E

Tints of New Amber #6A351E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.04%

 BLUE value IS 30 (12.11% from 255) = 15.87%

R = 56.08%
G = 28.04%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.72

 K value IS 0.58

RGB Variations

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

Color information

#6A351E (or 0x6A351E) is known color: New Amber. HEX triplet: 6A, 35 and 1E. RGB value is (106,53,30). Sum of RGB (Red+Green+Blue) = 106+53+30=189 (25% of max value = 765). Red value is 106 (41.80% from 255 or 56.08% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 30 (12.11% from 255 or 15.87% from 189); Max value from RGB is 106 - color contains mainly: red. Hex color #6A351E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A351E is #95CAE1. Grayscale: #424242. Windows color (decimal): -9816802 or 1979754. OLE color: 1979754.

HSL color Cylindrical-coordinate representation of color #6A351E: hue angle of 18.16º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6A351E is Cyan = 0, Magento = 0.5, Yellow = 0.72 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 53 30 -
CMYK 0 0.5 0.72 0.58
HSL 18.16º 0.56% 0.27% -
HSV(B) 18.16º 0.72% 0.42% -
XYZ 7.45 5.7 1.94 -
YUV 66.23 107.56 156.37 -
System Red Green Blue C M Y K H S L
Decimal 106 53 30 0 0.5 0.72 0.58 18.16 0.56 0.27
Hex 6A 35 1E 0 32 48 3A 12 38 1B
Octal 152 65 36 0 62 110 72 22 70 33
Binary 1101010 110101 11110 0 110010 1001000 111010 10010 111000 11011

Color Harmonies of #6A351E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A351E

Black with #6A351E

Text Example


Text Example

White with #6A351E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,53,30); }

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

background-color css

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

 a { background-color: rgb(106,53,30); }

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

border-color css

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

 span { border-color: rgb(106,53,30); }

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