Html Css Color HEX #6C361D New Amber

📋 copy color: '#6C361D'

red 108 ◦ green 54 ◦ blue 29

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

Shades of New Amber #6C361D

Tints of New Amber #6C361D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.27%

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

R = 56.54%
G = 28.27%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.58

RGB Variations

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

Color information

#6C361D (or 0x6C361D) is known color: New Amber. HEX triplet: 6C, 36 and 1D. RGB value is (108,54,29). Sum of RGB (Red+Green+Blue) = 108+54+29=191 (25% of max value = 765). Red value is 108 (42.58% from 255 or 56.54% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 29 (11.72% from 255 or 15.18% from 191); Max value from RGB is 108 - color contains mainly: red. Hex color #6C361D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C361D is #93C9E2. Grayscale: #434343. Windows color (decimal): -9685475 or 1914476. OLE color: 1914476.

HSL color Cylindrical-coordinate representation of color #6C361D: hue angle of 18.99º 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 #6C361D is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 54 29 -
CMYK 0 0.50 0.73 0.58
HSL 18.99º 0.58% 0.27% -
HSV(B) 18.99º 0.73% 0.42% -
XYZ 7.73 5.92 1.9 -
YUV 67.3 106.39 157.03 -
System Red Green Blue C M Y K H S L
Decimal 108 54 29 0 0.50 0.73 0.58 18.99 0.58 0.27
Hex 6C 36 1D 0 32 49 3A 13 3A 1B
Octal 154 66 35 0 62 111 72 23 72 33
Binary 1101100 110110 11101 0 110010 1001001 111010 10011 111010 11011

Color Harmonies of #6C361D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C361D

Black with #6C361D

Text Example


Text Example

White with #6C361D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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