Html Css Color HEX #6F341B New Amber

📋 copy color: '#6F341B'

red 111 ◦ green 52 ◦ blue 27

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

Shades of New Amber #6F341B

Tints of New Amber #6F341B

RGB

 RED value IS 111 (43.75% from 255) = 58.42%

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

 BLUE value IS 27 (10.94% from 255) = 14.21%

R = 58.42%
G = 27.37%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#6F341B (or 0x6F341B) is known color: New Amber. HEX triplet: 6F, 34 and 1B. RGB value is (111,52,27). Sum of RGB (Red+Green+Blue) = 111+52+27=190 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.42% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 27 (10.94% from 255 or 14.21% from 190); Max value from RGB is 111 - color contains mainly: red. Hex color #6F341B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F341B is #90CBE4. Grayscale: #424242. Windows color (decimal): -9489381 or 1782895. OLE color: 1782895.

HSL color Cylindrical-coordinate representation of color #6F341B: hue angle of 17.86º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6F341B is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 52 27 -
CMYK 0 0.53 0.76 0.56
HSL 17.86º 0.61% 0.27% -
HSV(B) 17.86º 0.76% 0.44% -
XYZ 7.98 5.91 1.76 -
YUV 66.79 105.55 159.53 -
System Red Green Blue C M Y K H S L
Decimal 111 52 27 0 0.53 0.76 0.56 17.86 0.61 0.27
Hex 6F 34 1B 0 35 4C 38 12 3D 1B
Octal 157 64 33 0 65 114 70 22 75 33
Binary 1101111 110100 11011 0 110101 1001100 111000 10010 111101 11011

Color Harmonies of #6F341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F341B

Black with #6F341B

Text Example


Text Example

White with #6F341B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,52,27); }

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

background-color css

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

 a { background-color: rgb(111,52,27); }

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

border-color css

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

 span { border-color: rgb(111,52,27); }

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