Html Css Color HEX #6F331D New Amber

📋 copy color: '#6F331D'

red 111 ◦ green 51 ◦ blue 29

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

Shades of New Amber #6F331D

Tints of New Amber #6F331D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.7%

 BLUE value IS 29 (11.72% from 255) = 15.18%

R = 58.12%
G = 26.7%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#6F331D (or 0x6F331D) is known color: New Amber. HEX triplet: 6F, 33 and 1D. RGB value is (111,51,29). Sum of RGB (Red+Green+Blue) = 111+51+29=191 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.12% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 29 (11.72% from 255 or 15.18% from 191); Max value from RGB is 111 - color contains mainly: red. Hex color #6F331D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F331D is #90CCE2. Grayscale: #424242. Windows color (decimal): -9489635 or 1913711. OLE color: 1913711.

HSL color Cylindrical-coordinate representation of color #6F331D: hue angle of 16.1º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F331D is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 51 29 -
CMYK 0 0.54 0.74 0.56
HSL 16.1º 0.59% 0.27% -
HSV(B) 16.1º 0.74% 0.44% -
XYZ 7.96 5.84 1.87 -
YUV 66.43 106.88 159.79 -
System Red Green Blue C M Y K H S L
Decimal 111 51 29 0 0.54 0.74 0.56 16.1 0.59 0.27
Hex 6F 33 1D 0 36 4A 38 10 3B 1B
Octal 157 63 35 0 66 112 70 20 73 33
Binary 1101111 110011 11101 0 110110 1001010 111000 10000 111011 11011

Color Harmonies of #6F331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F331D

Black with #6F331D

Text Example


Text Example

White with #6F331D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,51,29); }

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

background-color css

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

 a { background-color: rgb(111,51,29); }

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

border-color css

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

 span { border-color: rgb(111,51,29); }

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