Html Css Color HEX #6F3F25 New Amber

📋 copy color: '#6F3F25'

red 111 ◦ green 63 ◦ blue 37

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

Shades of New Amber #6F3F25

Tints of New Amber #6F3F25

RGB

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

 GREEN value IS 63 (25% from 255) = 29.86%

 BLUE value IS 37 (14.84% from 255) = 17.54%

R = 52.61%
G = 29.86%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#6F3F25 (or 0x6F3F25) is known color: New Amber. HEX triplet: 6F, 3F and 25. RGB value is (111,63,37). Sum of RGB (Red+Green+Blue) = 111+63+37=211 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.61% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3F25 is #90C0DA. Grayscale: #4A4A4A. Windows color (decimal): -9486555 or 2441071. OLE color: 2441071.

HSL color Cylindrical-coordinate representation of color #6F3F25: hue angle of 21.08º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F3F25 is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 63 37 -
CMYK 0 0.43 0.67 0.56
HSL 21.08º 0.5% 0.29% -
HSV(B) 21.08º 0.67% 0.44% -
XYZ 8.67 7.07 2.66 -
YUV 74.39 106.9 154.11 -
System Red Green Blue C M Y K H S L
Decimal 111 63 37 0 0.43 0.67 0.56 21.08 0.5 0.29
Hex 6F 3F 25 0 2B 43 38 15 32 1D
Octal 157 77 45 0 53 103 70 25 62 35
Binary 1101111 111111 100101 0 101011 1000011 111000 10101 110010 11101

Color Harmonies of #6F3F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3F25

Black with #6F3F25

Text Example


Text Example

White with #6F3F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,63,37); }

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

background-color css

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

 a { background-color: rgb(111,63,37); }

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

border-color css

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

 span { border-color: rgb(111,63,37); }

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