Html Css Color HEX #6C402C New Amber

📋 copy color: '#6C402C'

red 108 ◦ green 64 ◦ blue 44

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

Shades of New Amber #6C402C

Tints of New Amber #6C402C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.63%

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

R = 50%
G = 29.63%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.58

RGB Variations

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

Color information

#6C402C (or 0x6C402C) is known color: New Amber. HEX triplet: 6C, 40 and 2C. RGB value is (108,64,44). Sum of RGB (Red+Green+Blue) = 108+64+44=216 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 108 - color contains mainly: red. Hex color #6C402C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C402C is #93BFD3. Grayscale: #4B4B4B. Windows color (decimal): -9682900 or 2900076. OLE color: 2900076.

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

Color convert

RGB 108 64 44 -
CMYK 0 0.41 0.59 0.58
HSL 18.75º 0.42% 0.3% -
HSV(B) 18.75º 0.59% 0.42% -
XYZ 8.47 7.04 3.29 -
YUV 74.88 110.58 151.63 -
System Red Green Blue C M Y K H S L
Decimal 108 64 44 0 0.41 0.59 0.58 18.75 0.42 0.3
Hex 6C 40 2C 0 29 3B 3A 13 2A 1E
Octal 154 100 54 0 51 73 72 23 52 36
Binary 1101100 1000000 101100 0 101001 111011 111010 10011 101010 11110

Color Harmonies of #6C402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C402C

Black with #6C402C

Text Example


Text Example

White with #6C402C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,64,44); }

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

background-color css

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

 a { background-color: rgb(108,64,44); }

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

border-color css

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

 span { border-color: rgb(108,64,44); }

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