Html Css Color HEX #6B381F New Amber

📋 copy color: '#6B381F'

red 107 ◦ green 56 ◦ blue 31

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

Shades of New Amber #6B381F

Tints of New Amber #6B381F

RGB

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

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

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

R = 55.15%
G = 28.87%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.58

RGB Variations

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

Color information

#6B381F (or 0x6B381F) is known color: New Amber. HEX triplet: 6B, 38 and 1F. RGB value is (107,56,31). Sum of RGB (Red+Green+Blue) = 107+56+31=194 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.15% from 194); Green value is 56 (22.27% from 255 or 28.87% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 107 - color contains mainly: red. Hex color #6B381F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B381F is #94C7E0. Grayscale: #444444. Windows color (decimal): -9750497 or 2046059. OLE color: 2046059.

HSL color Cylindrical-coordinate representation of color #6B381F: hue angle of 19.74º 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 #6B381F is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 56 31 -
CMYK 0 0.48 0.71 0.58
HSL 19.74º 0.55% 0.27% -
HSV(B) 19.74º 0.71% 0.42% -
XYZ 7.72 6.05 2.06 -
YUV 68.4 106.9 155.53 -
System Red Green Blue C M Y K H S L
Decimal 107 56 31 0 0.48 0.71 0.58 19.74 0.55 0.27
Hex 6B 38 1F 0 30 47 3A 14 37 1B
Octal 153 70 37 0 60 107 72 24 67 33
Binary 1101011 111000 11111 0 110000 1000111 111010 10100 110111 11011

Color Harmonies of #6B381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B381F

Black with #6B381F

Text Example


Text Example

White with #6B381F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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