Html Css Color HEX #6C402B New Amber

📋 copy color: '#6C402B'

red 108 ◦ green 64 ◦ blue 43

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

Shades of New Amber #6C402B

Tints of New Amber #6C402B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20%

R = 50.23%
G = 29.77%
B = 20%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.58

RGB Variations

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

Color information

#6C402B (or 0x6C402B) is known color: New Amber. HEX triplet: 6C, 40 and 2B. RGB value is (108,64,43). Sum of RGB (Red+Green+Blue) = 108+64+43=215 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.23% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 43 (17.19% from 255 or 20% from 215); Max value from RGB is 108 - color contains mainly: red. Hex color #6C402B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C402B is #93BFD4. Grayscale: #4A4A4A. Windows color (decimal): -9682901 or 2834540. OLE color: 2834540.

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

Color convert

RGB 108 64 43 -
CMYK 0 0.41 0.60 0.58
HSL 19.38º 0.43% 0.3% -
HSV(B) 19.38º 0.6% 0.42% -
XYZ 8.45 7.03 3.2 -
YUV 74.76 110.08 151.71 -
System Red Green Blue C M Y K H S L
Decimal 108 64 43 0 0.41 0.60 0.58 19.38 0.43 0.3
Hex 6C 40 2B 0 29 3C 3A 13 2B 1E
Octal 154 100 53 0 51 74 72 23 53 36
Binary 1101100 1000000 101011 0 101001 111100 111010 10011 101011 11110

Color Harmonies of #6C402B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C402B

Black with #6C402B

Text Example


Text Example

White with #6C402B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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