Html Css Color HEX #6B341C New Amber

📋 copy color: '#6B341C'

red 107 ◦ green 52 ◦ blue 28

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

Shades of New Amber #6B341C

Tints of New Amber #6B341C

RGB

 RED value IS 107 (42.19% from 255) = 57.22%

 GREEN value IS 52 (20.7% from 255) = 27.81%

 BLUE value IS 28 (11.33% from 255) = 14.97%

R = 57.22%
G = 27.81%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.58

RGB Variations

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

Color information

#6B341C (or 0x6B341C) is known color: New Amber. HEX triplet: 6B, 34 and 1C. RGB value is (107,52,28). Sum of RGB (Red+Green+Blue) = 107+52+28=187 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.22% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 28 (11.33% from 255 or 14.97% from 187); Max value from RGB is 107 - color contains mainly: red. Hex color #6B341C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B341C is #94CBE3. Grayscale: #414141. Windows color (decimal): -9751524 or 1848427. OLE color: 1848427.

HSL color Cylindrical-coordinate representation of color #6B341C: hue angle of 18.23º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6B341C is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 52 28 -
CMYK 0 0.51 0.74 0.58
HSL 18.23º 0.59% 0.26% -
HSV(B) 18.23º 0.74% 0.42% -
XYZ 7.5 5.67 1.8 -
YUV 65.71 106.72 157.45 -
System Red Green Blue C M Y K H S L
Decimal 107 52 28 0 0.51 0.74 0.58 18.23 0.59 0.26
Hex 6B 34 1C 0 33 4A 3A 12 3B 1A
Octal 153 64 34 0 63 112 72 22 73 32
Binary 1101011 110100 11100 0 110011 1001010 111010 10010 111011 11010

Color Harmonies of #6B341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B341C

Black with #6B341C

Text Example


Text Example

White with #6B341C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,52,28); }

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

background-color css

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

 a { background-color: rgb(107,52,28); }

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

border-color css

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

 span { border-color: rgb(107,52,28); }

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