Html Css Color HEX #6F3928 New Amber

📋 copy color: '#6F3928'

red 111 ◦ green 57 ◦ blue 40

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

Shades of New Amber #6F3928

Tints of New Amber #6F3928

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.4%

 BLUE value IS 40 (16.02% from 255) = 19.23%

R = 53.37%
G = 27.4%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#6F3928 (or 0x6F3928) is known color: New Amber. HEX triplet: 6F, 39 and 28. RGB value is (111,57,40). Sum of RGB (Red+Green+Blue) = 111+57+40=208 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.37% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3928 is #90C6D7. Grayscale: #474747. Windows color (decimal): -9488088 or 2636143. OLE color: 2636143.

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

Color convert

RGB 111 57 40 -
CMYK 0 0.49 0.64 0.56
HSL 14.37º 0.47% 0.3% -
HSV(B) 14.37º 0.64% 0.44% -
XYZ 8.4 6.46 2.81 -
YUV 71.21 110.39 156.38 -
System Red Green Blue C M Y K H S L
Decimal 111 57 40 0 0.49 0.64 0.56 14.37 0.47 0.3
Hex 6F 39 28 0 31 40 38 E 2F 1E
Octal 157 71 50 0 61 100 70 16 57 36
Binary 1101111 111001 101000 0 110001 1000000 111000 1110 101111 11110

Color Harmonies of #6F3928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3928

Black with #6F3928

Text Example


Text Example

White with #6F3928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,57,40); }

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

background-color css

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

 a { background-color: rgb(111,57,40); }

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

border-color css

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

 span { border-color: rgb(111,57,40); }

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