Html Css Color HEX #6F341C New Amber

📋 copy color: '#6F341C'

red 111 ◦ green 52 ◦ blue 28

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

Shades of New Amber #6F341C

Tints of New Amber #6F341C

RGB

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

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

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

R = 58.12%
G = 27.23%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#6F341C (or 0x6F341C) is known color: New Amber. HEX triplet: 6F, 34 and 1C. RGB value is (111,52,28). Sum of RGB (Red+Green+Blue) = 111+52+28=191 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.12% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 111 - color contains mainly: red. Hex color #6F341C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F341C is #90CBE3. Grayscale: #434343. Windows color (decimal): -9489380 or 1848431. OLE color: 1848431.

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

Color convert

RGB 111 52 28 -
CMYK 0 0.53 0.75 0.56
HSL 17.35º 0.6% 0.27% -
HSV(B) 17.35º 0.75% 0.44% -
XYZ 7.99 5.92 1.82 -
YUV 66.91 106.05 159.45 -
System Red Green Blue C M Y K H S L
Decimal 111 52 28 0 0.53 0.75 0.56 17.35 0.6 0.27
Hex 6F 34 1C 0 35 4B 38 11 3C 1B
Octal 157 64 34 0 65 113 70 21 74 33
Binary 1101111 110100 11100 0 110101 1001011 111000 10001 111100 11011

Color Harmonies of #6F341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F341C

Black with #6F341C

Text Example


Text Example

White with #6F341C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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