Html Css Color HEX #6E3825 New Amber

📋 copy color: '#6E3825'

red 110 ◦ green 56 ◦ blue 37

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

Shades of New Amber #6E3825

Tints of New Amber #6E3825

RGB

 RED value IS 110 (43.36% from 255) = 54.19%

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

 BLUE value IS 37 (14.84% from 255) = 18.23%

R = 54.19%
G = 27.59%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.57

RGB Variations

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

Color information

#6E3825 (or 0x6E3825) is known color: New Amber. HEX triplet: 6E, 38 and 25. RGB value is (110,56,37). Sum of RGB (Red+Green+Blue) = 110+56+37=203 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.19% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3825 is #91C7DA. Grayscale: #464646. Windows color (decimal): -9553883 or 2439278. OLE color: 2439278.

HSL color Cylindrical-coordinate representation of color #6E3825: hue angle of 15.62º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E3825 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 56 37 -
CMYK 0 0.49 0.66 0.57
HSL 15.62º 0.5% 0.29% -
HSV(B) 15.62º 0.66% 0.43% -
XYZ 8.18 6.28 2.53 -
YUV 69.98 109.39 156.54 -
System Red Green Blue C M Y K H S L
Decimal 110 56 37 0 0.49 0.66 0.57 15.62 0.5 0.29
Hex 6E 38 25 0 31 42 39 10 32 1D
Octal 156 70 45 0 61 102 71 20 62 35
Binary 1101110 111000 100101 0 110001 1000010 111001 10000 110010 11101

Color Harmonies of #6E3825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3825

Black with #6E3825

Text Example


Text Example

White with #6E3825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,56,37); }

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

background-color css

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

 a { background-color: rgb(110,56,37); }

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

border-color css

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

 span { border-color: rgb(110,56,37); }

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