Html Css Color HEX #6F351D New Amber

📋 copy color: '#6F351D'

red 111 ◦ green 53 ◦ blue 29

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

Shades of New Amber #6F351D

Tints of New Amber #6F351D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.46%

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

R = 57.51%
G = 27.46%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#6F351D (or 0x6F351D) is known color: New Amber. HEX triplet: 6F, 35 and 1D. RGB value is (111,53,29). Sum of RGB (Red+Green+Blue) = 111+53+29=193 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.51% from 193); Green value is 53 (21.09% from 255 or 27.46% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 111 - color contains mainly: red. Hex color #6F351D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F351D is #90CAE2. Grayscale: #434343. Windows color (decimal): -9489123 or 1914223. OLE color: 1914223.

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

Color convert

RGB 111 53 29 -
CMYK 0 0.52 0.74 0.56
HSL 17.56º 0.59% 0.27% -
HSV(B) 17.56º 0.74% 0.44% -
XYZ 8.05 6.01 1.9 -
YUV 67.61 106.22 158.95 -
System Red Green Blue C M Y K H S L
Decimal 111 53 29 0 0.52 0.74 0.56 17.56 0.59 0.27
Hex 6F 35 1D 0 34 4A 38 12 3B 1B
Octal 157 65 35 0 64 112 70 22 73 33
Binary 1101111 110101 11101 0 110100 1001010 111000 10010 111011 11011

Color Harmonies of #6F351D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F351D

Black with #6F351D

Text Example


Text Example

White with #6F351D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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