Html Css Color HEX #6F3C2B New Amber

📋 copy color: '#6F3C2B'

red 111 ◦ green 60 ◦ blue 43

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

Shades of New Amber #6F3C2B

Tints of New Amber #6F3C2B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.04%

 BLUE value IS 43 (17.19% from 255) = 20.09%

R = 51.87%
G = 28.04%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#6F3C2B (or 0x6F3C2B) is known color: New Amber. HEX triplet: 6F, 3C and 2B. RGB value is (111,60,43). Sum of RGB (Red+Green+Blue) = 111+60+43=214 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.87% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 43 (17.19% from 255 or 20.09% from 214); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3C2B is #90C3D4. Grayscale: #494949. Windows color (decimal): -9487317 or 2833519. OLE color: 2833519.

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

Color convert

RGB 111 60 43 -
CMYK 0 0.46 0.61 0.56
HSL 15º 0.44% 0.3% -
HSV(B) 15º 0.61% 0.44% -
XYZ 8.61 6.79 3.14 -
YUV 73.31 110.9 154.88 -
System Red Green Blue C M Y K H S L
Decimal 111 60 43 0 0.46 0.61 0.56 15 0.44 0.3
Hex 6F 3C 2B 0 2E 3D 38 F 2C 1E
Octal 157 74 53 0 56 75 70 17 54 36
Binary 1101111 111100 101011 0 101110 111101 111000 1111 101100 11110

Color Harmonies of #6F3C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3C2B

Black with #6F3C2B

Text Example


Text Example

White with #6F3C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,60,43); }

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

background-color css

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

 a { background-color: rgb(111,60,43); }

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

border-color css

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

 span { border-color: rgb(111,60,43); }

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