Html Css Color HEX #6F3C27 New Amber

📋 copy color: '#6F3C27'

red 111 ◦ green 60 ◦ blue 39

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

Shades of New Amber #6F3C27

Tints of New Amber #6F3C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 18.57%

R = 52.86%
G = 28.57%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#6F3C27 (or 0x6F3C27) is known color: New Amber. HEX triplet: 6F, 3C and 27. RGB value is (111,60,39). Sum of RGB (Red+Green+Blue) = 111+60+39=210 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.86% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 39 (15.62% from 255 or 18.57% from 210); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3C27 is #90C3D8. Grayscale: #484848. Windows color (decimal): -9487321 or 2571375. OLE color: 2571375.

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

Color convert

RGB 111 60 39 -
CMYK 0 0.46 0.65 0.56
HSL 17.5º 0.48% 0.29% -
HSV(B) 17.5º 0.65% 0.44% -
XYZ 8.54 6.76 2.77 -
YUV 72.86 108.9 155.21 -
System Red Green Blue C M Y K H S L
Decimal 111 60 39 0 0.46 0.65 0.56 17.5 0.48 0.29
Hex 6F 3C 27 0 2E 41 38 12 30 1D
Octal 157 74 47 0 56 101 70 22 60 35
Binary 1101111 111100 100111 0 101110 1000001 111000 10010 110000 11101

Color Harmonies of #6F3C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3C27

Black with #6F3C27

Text Example


Text Example

White with #6F3C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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