Html Css Color HEX #6C3E25 New Amber

📋 copy color: '#6C3E25'

red 108 ◦ green 62 ◦ blue 37

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

Shades of New Amber #6C3E25

Tints of New Amber #6C3E25

RGB

 RED value IS 108 (42.58% from 255) = 52.17%

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

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

R = 52.17%
G = 29.95%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.58

RGB Variations

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

Color information

#6C3E25 (or 0x6C3E25) is known color: New Amber. HEX triplet: 6C, 3E and 25. RGB value is (108,62,37). Sum of RGB (Red+Green+Blue) = 108+62+37=207 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.17% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3E25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3E25 is #93C1DA. Grayscale: #494949. Windows color (decimal): -9683419 or 2440812. OLE color: 2440812.

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

Color convert

RGB 108 62 37 -
CMYK 0 0.43 0.66 0.58
HSL 21.13º 0.49% 0.28% -
HSV(B) 21.13º 0.66% 0.42% -
XYZ 8.24 6.77 2.62 -
YUV 72.9 107.74 153.03 -
System Red Green Blue C M Y K H S L
Decimal 108 62 37 0 0.43 0.66 0.58 21.13 0.49 0.28
Hex 6C 3E 25 0 2B 42 3A 15 31 1C
Octal 154 76 45 0 53 102 72 25 61 34
Binary 1101100 111110 100101 0 101011 1000010 111010 10101 110001 11100

Color Harmonies of #6C3E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3E25

Black with #6C3E25

Text Example


Text Example

White with #6C3E25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,62,37); }

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

background-color css

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

 a { background-color: rgb(108,62,37); }

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

border-color css

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

 span { border-color: rgb(108,62,37); }

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