Html Css Color HEX #6C331D New Amber

📋 copy color: '#6C331D'

red 108 ◦ green 51 ◦ blue 29

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

Shades of New Amber #6C331D

Tints of New Amber #6C331D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.13%

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

R = 57.45%
G = 27.13%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.58

RGB Variations

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

Color information

#6C331D (or 0x6C331D) is known color: New Amber. HEX triplet: 6C, 33 and 1D. RGB value is (108,51,29). Sum of RGB (Red+Green+Blue) = 108+51+29=188 (24% of max value = 765). Red value is 108 (42.58% from 255 or 57.45% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 29 (11.72% from 255 or 15.43% from 188); Max value from RGB is 108 - color contains mainly: red. Hex color #6C331D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C331D is #93CCE2. Grayscale: #414141. Windows color (decimal): -9686243 or 1913708. OLE color: 1913708.

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

Color convert

RGB 108 51 29 -
CMYK 0 0.53 0.73 0.58
HSL 16.71º 0.58% 0.27% -
HSV(B) 16.71º 0.73% 0.42% -
XYZ 7.59 5.64 1.85 -
YUV 65.54 107.38 158.29 -
System Red Green Blue C M Y K H S L
Decimal 108 51 29 0 0.53 0.73 0.58 16.71 0.58 0.27
Hex 6C 33 1D 0 35 49 3A 11 3A 1B
Octal 154 63 35 0 65 111 72 21 72 33
Binary 1101100 110011 11101 0 110101 1001001 111010 10001 111010 11011

Color Harmonies of #6C331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C331D

Black with #6C331D

Text Example


Text Example

White with #6C331D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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