Html Css Color HEX #6F3821 New Amber

📋 copy color: '#6F3821'

red 111 ◦ green 56 ◦ blue 33

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

Shades of New Amber #6F3821

Tints of New Amber #6F3821

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28%

 BLUE value IS 33 (13.28% from 255) = 16.5%

R = 55.5%
G = 28%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#6F3821 (or 0x6F3821) is known color: New Amber. HEX triplet: 6F, 38 and 21. RGB value is (111,56,33). Sum of RGB (Red+Green+Blue) = 111+56+33=200 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.5% from 200); Green value is 56 (22.27% from 255 or 28% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3821 is #90C7DE. Grayscale: #454545. Windows color (decimal): -9488351 or 2177135. OLE color: 2177135.

HSL color Cylindrical-coordinate representation of color #6F3821: hue angle of 17.69º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F3821 is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 56 33 -
CMYK 0 0.50 0.70 0.56
HSL 17.69º 0.54% 0.28% -
HSV(B) 17.69º 0.7% 0.44% -
XYZ 8.24 6.32 2.22 -
YUV 69.82 107.22 157.37 -
System Red Green Blue C M Y K H S L
Decimal 111 56 33 0 0.50 0.70 0.56 17.69 0.54 0.28
Hex 6F 38 21 0 32 46 38 12 36 1C
Octal 157 70 41 0 62 106 70 22 66 34
Binary 1101111 111000 100001 0 110010 1000110 111000 10010 110110 11100

Color Harmonies of #6F3821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3821

Black with #6F3821

Text Example


Text Example

White with #6F3821

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,56,33); }

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

background-color css

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

 a { background-color: rgb(111,56,33); }

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

border-color css

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

 span { border-color: rgb(111,56,33); }

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