Html Css Color HEX #6B341E New Amber

📋 copy color: '#6B341E'

red 107 ◦ green 52 ◦ blue 30

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

Shades of New Amber #6B341E

Tints of New Amber #6B341E

RGB

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

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

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

R = 56.61%
G = 27.51%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.58

RGB Variations

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

Color information

#6B341E (or 0x6B341E) is known color: New Amber. HEX triplet: 6B, 34 and 1E. RGB value is (107,52,30). Sum of RGB (Red+Green+Blue) = 107+52+30=189 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.61% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 30 (12.11% from 255 or 15.87% from 189); Max value from RGB is 107 - color contains mainly: red. Hex color #6B341E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B341E is #94CBE1. Grayscale: #424242. Windows color (decimal): -9751522 or 1979499. OLE color: 1979499.

HSL color Cylindrical-coordinate representation of color #6B341E: hue angle of 17.14º degrees, saturation: 0.56, 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 #6B341E is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 52 30 -
CMYK 0 0.51 0.72 0.58
HSL 17.14º 0.56% 0.27% -
HSV(B) 17.14º 0.72% 0.42% -
XYZ 7.53 5.68 1.93 -
YUV 65.94 107.72 157.29 -
System Red Green Blue C M Y K H S L
Decimal 107 52 30 0 0.51 0.72 0.58 17.14 0.56 0.27
Hex 6B 34 1E 0 33 48 3A 11 38 1B
Octal 153 64 36 0 63 110 72 21 70 33
Binary 1101011 110100 11110 0 110011 1001000 111010 10001 111000 11011

Color Harmonies of #6B341E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B341E

Black with #6B341E

Text Example


Text Example

White with #6B341E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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