Html Css Color HEX #6C381D New Amber

📋 copy color: '#6C381D'

red 108 ◦ green 56 ◦ blue 29

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

Shades of New Amber #6C381D

Tints of New Amber #6C381D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.03%

R = 55.96%
G = 29.02%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.58

RGB Variations

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

Color information

#6C381D (or 0x6C381D) is known color: New Amber. HEX triplet: 6C, 38 and 1D. RGB value is (108,56,29). Sum of RGB (Red+Green+Blue) = 108+56+29=193 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.96% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 108 - color contains mainly: red. Hex color #6C381D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C381D is #93C7E2. Grayscale: #444444. Windows color (decimal): -9684963 or 1914988. OLE color: 1914988.

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

Color convert

RGB 108 56 29 -
CMYK 0 0.48 0.73 0.58
HSL 20.51º 0.58% 0.27% -
HSV(B) 20.51º 0.73% 0.42% -
XYZ 7.82 6.11 1.93 -
YUV 68.47 105.73 156.2 -
System Red Green Blue C M Y K H S L
Decimal 108 56 29 0 0.48 0.73 0.58 20.51 0.58 0.27
Hex 6C 38 1D 0 30 49 3A 15 3A 1B
Octal 154 70 35 0 60 111 72 25 72 33
Binary 1101100 111000 11101 0 110000 1001001 111010 10101 111010 11011

Color Harmonies of #6C381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C381D

Black with #6C381D

Text Example


Text Example

White with #6C381D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,56,29); }

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

background-color css

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

 a { background-color: rgb(108,56,29); }

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

border-color css

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

 span { border-color: rgb(108,56,29); }

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