Html Css Color HEX #6F3D27 New Amber

📋 copy color: '#6F3D27'

red 111 ◦ green 61 ◦ blue 39

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

Shades of New Amber #6F3D27

Tints of New Amber #6F3D27

RGB

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

 GREEN value IS 61 (24.22% from 255) = 28.91%

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

R = 52.61%
G = 28.91%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#6F3D27 (or 0x6F3D27) is known color: New Amber. HEX triplet: 6F, 3D and 27. RGB value is (111,61,39). Sum of RGB (Red+Green+Blue) = 111+61+39=211 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.61% from 211); Green value is 61 (24.22% from 255 or 28.91% from 211); Blue value is 39 (15.62% from 255 or 18.48% from 211); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3D27 is #90C2D8. Grayscale: #494949. Windows color (decimal): -9487065 or 2571631. OLE color: 2571631.

HSL color Cylindrical-coordinate representation of color #6F3D27: hue angle of 18.33º 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 #6F3D27 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 61 39 -
CMYK 0 0.45 0.65 0.56
HSL 18.33º 0.48% 0.29% -
HSV(B) 18.33º 0.65% 0.44% -
XYZ 8.59 6.86 2.79 -
YUV 73.44 108.57 154.79 -
System Red Green Blue C M Y K H S L
Decimal 111 61 39 0 0.45 0.65 0.56 18.33 0.48 0.29
Hex 6F 3D 27 0 2D 41 38 12 30 1D
Octal 157 75 47 0 55 101 70 22 60 35
Binary 1101111 111101 100111 0 101101 1000001 111000 10010 110000 11101

Color Harmonies of #6F3D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3D27

Black with #6F3D27

Text Example


Text Example

White with #6F3D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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