Html Css Color HEX #6B391F New Amber

📋 copy color: '#6B391F'

red 107 ◦ green 57 ◦ blue 31

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

Shades of New Amber #6B391F

Tints of New Amber #6B391F

RGB

 RED value IS 107 (42.19% from 255) = 54.87%

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

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

R = 54.87%
G = 29.23%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.58

RGB Variations

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

Color information

#6B391F (or 0x6B391F) is known color: New Amber. HEX triplet: 6B, 39 and 1F. RGB value is (107,57,31). Sum of RGB (Red+Green+Blue) = 107+57+31=195 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.87% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 107 - color contains mainly: red. Hex color #6B391F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B391F is #94C6E0. Grayscale: #454545. Windows color (decimal): -9750241 or 2046315. OLE color: 2046315.

HSL color Cylindrical-coordinate representation of color #6B391F: hue angle of 20.53º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6B391F is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 57 31 -
CMYK 0 0.47 0.71 0.58
HSL 20.53º 0.55% 0.27% -
HSV(B) 20.53º 0.71% 0.42% -
XYZ 7.77 6.15 2.07 -
YUV 68.99 106.57 155.11 -
System Red Green Blue C M Y K H S L
Decimal 107 57 31 0 0.47 0.71 0.58 20.53 0.55 0.27
Hex 6B 39 1F 0 2F 47 3A 15 37 1B
Octal 153 71 37 0 57 107 72 25 67 33
Binary 1101011 111001 11111 0 101111 1000111 111010 10101 110111 11011

Color Harmonies of #6B391F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B391F

Black with #6B391F

Text Example


Text Example

White with #6B391F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,57,31); }

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

background-color css

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

 a { background-color: rgb(107,57,31); }

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

border-color css

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

 span { border-color: rgb(107,57,31); }

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