Html Css Color HEX #6F381F New Amber

📋 copy color: '#6F381F'

red 111 ◦ green 56 ◦ blue 31

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

Shades of New Amber #6F381F

Tints of New Amber #6F381F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.66%

R = 56.06%
G = 28.28%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#6F381F (or 0x6F381F) is known color: New Amber. HEX triplet: 6F, 38 and 1F. RGB value is (111,56,31). Sum of RGB (Red+Green+Blue) = 111+56+31=198 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.06% from 198); Green value is 56 (22.27% from 255 or 28.28% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 111 - color contains mainly: red. Hex color #6F381F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F381F is #90C7E0. Grayscale: #454545. Windows color (decimal): -9488353 or 2046063. OLE color: 2046063.

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

Color convert

RGB 111 56 31 -
CMYK 0 0.50 0.72 0.56
HSL 18.75º 0.56% 0.28% -
HSV(B) 18.75º 0.72% 0.44% -
XYZ 8.22 6.31 2.08 -
YUV 69.6 106.22 157.53 -
System Red Green Blue C M Y K H S L
Decimal 111 56 31 0 0.50 0.72 0.56 18.75 0.56 0.28
Hex 6F 38 1F 0 32 48 38 13 38 1C
Octal 157 70 37 0 62 110 70 23 70 34
Binary 1101111 111000 11111 0 110010 1001000 111000 10011 111000 11100

Color Harmonies of #6F381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F381F

Black with #6F381F

Text Example


Text Example

White with #6F381F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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