Html Css Color HEX #6F341D New Amber

📋 copy color: '#6F341D'

red 111 ◦ green 52 ◦ blue 29

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

Shades of New Amber #6F341D

Tints of New Amber #6F341D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.1%

R = 57.81%
G = 27.08%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#6F341D (or 0x6F341D) is known color: New Amber. HEX triplet: 6F, 34 and 1D. RGB value is (111,52,29). Sum of RGB (Red+Green+Blue) = 111+52+29=192 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.81% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 111 - color contains mainly: red. Hex color #6F341D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F341D is #90CBE2. Grayscale: #434343. Windows color (decimal): -9489379 or 1913967. OLE color: 1913967.

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

Color convert

RGB 111 52 29 -
CMYK 0 0.53 0.74 0.56
HSL 16.83º 0.59% 0.27% -
HSV(B) 16.83º 0.74% 0.44% -
XYZ 8.01 5.92 1.88 -
YUV 67.02 106.55 159.37 -
System Red Green Blue C M Y K H S L
Decimal 111 52 29 0 0.53 0.74 0.56 16.83 0.59 0.27
Hex 6F 34 1D 0 35 4A 38 11 3B 1B
Octal 157 64 35 0 65 112 70 21 73 33
Binary 1101111 110100 11101 0 110101 1001010 111000 10001 111011 11011

Color Harmonies of #6F341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F341D

Black with #6F341D

Text Example


Text Example

White with #6F341D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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