Html Css Color HEX #68371F New Amber

📋 copy color: '#68371F'

red 104 ◦ green 55 ◦ blue 31

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

Shades of New Amber #68371F

Tints of New Amber #68371F

RGB

 RED value IS 104 (41.02% from 255) = 54.74%

 GREEN value IS 55 (21.88% from 255) = 28.95%

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

R = 54.74%
G = 28.95%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#68371F (or 0x68371F) is known color: New Amber. HEX triplet: 68, 37 and 1F. RGB value is (104,55,31). Sum of RGB (Red+Green+Blue) = 104+55+31=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #68371F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68371F is #97C8E0. Grayscale: #434343. Windows color (decimal): -9947361 or 2045800. OLE color: 2045800.

HSL color Cylindrical-coordinate representation of color #68371F: hue angle of 19.73º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #68371F is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 55 31 -
CMYK 0 0.47 0.70 0.59
HSL 19.73º 0.54% 0.26% -
HSV(B) 19.73º 0.7% 0.41% -
XYZ 7.32 5.77 2.02 -
YUV 66.92 107.73 154.45 -
System Red Green Blue C M Y K H S L
Decimal 104 55 31 0 0.47 0.70 0.59 19.73 0.54 0.26
Hex 68 37 1F 0 2F 46 3B 14 36 1A
Octal 150 67 37 0 57 106 73 24 66 32
Binary 1101000 110111 11111 0 101111 1000110 111011 10100 110110 11010

Color Harmonies of #68371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68371F

Black with #68371F

Text Example


Text Example

White with #68371F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68371F; }

 p { color: rgb(104,55,31); }

 H1.HeaderClassName
 {
   color: #68371F;
 }
 .AnyTagClassName
 {
   color: #68371F;
 }
</style>

background-color css

<style>
 a { background-color: #68371F; }

 a { background-color: rgb(104,55,31); }

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

border-color css

<style>
 span { border-color: #68371F; }

 span { border-color: rgb(104,55,31); }

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