Html Css Color HEX #6F3B27 New Amber

📋 copy color: '#6F3B27'

red 111 ◦ green 59 ◦ blue 39

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

Shades of New Amber #6F3B27

Tints of New Amber #6F3B27

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.23%

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

R = 53.11%
G = 28.23%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#6F3B27 (or 0x6F3B27) is known color: New Amber. HEX triplet: 6F, 3B and 27. RGB value is (111,59,39). Sum of RGB (Red+Green+Blue) = 111+59+39=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 39 (15.62% from 255 or 18.66% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3B27 is #90C4D8. Grayscale: #484848. Windows color (decimal): -9487577 or 2571119. OLE color: 2571119.

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

Color convert

RGB 111 59 39 -
CMYK 0 0.47 0.65 0.56
HSL 16.67º 0.48% 0.29% -
HSV(B) 16.67º 0.65% 0.44% -
XYZ 8.49 6.65 2.76 -
YUV 72.27 109.23 155.63 -
System Red Green Blue C M Y K H S L
Decimal 111 59 39 0 0.47 0.65 0.56 16.67 0.48 0.29
Hex 6F 3B 27 0 2F 41 38 11 30 1D
Octal 157 73 47 0 57 101 70 21 60 35
Binary 1101111 111011 100111 0 101111 1000001 111000 10001 110000 11101

Color Harmonies of #6F3B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3B27

Black with #6F3B27

Text Example


Text Example

White with #6F3B27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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