Html Css Color HEX #6C381E New Amber

📋 copy color: '#6C381E'

red 108 ◦ green 56 ◦ blue 30

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

Shades of New Amber #6C381E

Tints of New Amber #6C381E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.46%

R = 55.67%
G = 28.87%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.58

RGB Variations

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

Color information

#6C381E (or 0x6C381E) is known color: New Amber. HEX triplet: 6C, 38 and 1E. RGB value is (108,56,30). Sum of RGB (Red+Green+Blue) = 108+56+30=194 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.67% from 194); Green value is 56 (22.27% from 255 or 28.87% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 108 - color contains mainly: red. Hex color #6C381E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C381E is #93C7E1. Grayscale: #444444. Windows color (decimal): -9684962 or 1980524. OLE color: 1980524.

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

Color convert

RGB 108 56 30 -
CMYK 0 0.48 0.72 0.58
HSL 20º 0.57% 0.27% -
HSV(B) 20º 0.72% 0.42% -
XYZ 7.83 6.11 1.99 -
YUV 68.58 106.23 156.11 -
System Red Green Blue C M Y K H S L
Decimal 108 56 30 0 0.48 0.72 0.58 20 0.57 0.27
Hex 6C 38 1E 0 30 48 3A 14 39 1B
Octal 154 70 36 0 60 110 72 24 71 33
Binary 1101100 111000 11110 0 110000 1001000 111010 10100 111001 11011

Color Harmonies of #6C381E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C381E

Black with #6C381E

Text Example


Text Example

White with #6C381E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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