Html Css Color HEX #68371E New Amber

📋 copy color: '#68371E'

red 104 ◦ green 55 ◦ blue 30

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

Shades of New Amber #68371E

Tints of New Amber #68371E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.87%

R = 55.03%
G = 29.1%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.59

RGB Variations

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

Color information

#68371E (or 0x68371E) is known color: New Amber. HEX triplet: 68, 37 and 1E. RGB value is (104,55,30). Sum of RGB (Red+Green+Blue) = 104+55+30=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 30 (12.11% from 255 or 15.87% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #68371E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68371E is #97C8E1. Grayscale: #424242. Windows color (decimal): -9947362 or 1980264. OLE color: 1980264.

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

Color convert

RGB 104 55 30 -
CMYK 0 0.47 0.71 0.59
HSL 20.27º 0.55% 0.26% -
HSV(B) 20.27º 0.71% 0.41% -
XYZ 7.31 5.77 1.96 -
YUV 66.8 107.23 154.53 -
System Red Green Blue C M Y K H S L
Decimal 104 55 30 0 0.47 0.71 0.59 20.27 0.55 0.26
Hex 68 37 1E 0 2F 47 3B 14 37 1A
Octal 150 67 36 0 57 107 73 24 67 32
Binary 1101000 110111 11110 0 101111 1000111 111011 10100 110111 11010

Color Harmonies of #68371E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68371E

Black with #68371E

Text Example


Text Example

White with #68371E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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