Html Css Color HEX #68371C New Amber

📋 copy color: '#68371C'

red 104 ◦ green 55 ◦ blue 28

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

Shades of New Amber #68371C

Tints of New Amber #68371C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.97%

R = 55.61%
G = 29.41%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.59

RGB Variations

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

Color information

#68371C (or 0x68371C) is known color: New Amber. HEX triplet: 68, 37 and 1C. RGB value is (104,55,28). Sum of RGB (Red+Green+Blue) = 104+55+28=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 28 (11.33% from 255 or 14.97% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #68371C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68371C is #97C8E3. Grayscale: #424242. Windows color (decimal): -9947364 or 1849192. OLE color: 1849192.

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

Color convert

RGB 104 55 28 -
CMYK 0 0.47 0.73 0.59
HSL 21.32º 0.58% 0.26% -
HSV(B) 21.32º 0.73% 0.41% -
XYZ 7.28 5.76 1.83 -
YUV 66.57 106.23 154.7 -
System Red Green Blue C M Y K H S L
Decimal 104 55 28 0 0.47 0.73 0.59 21.32 0.58 0.26
Hex 68 37 1C 0 2F 49 3B 15 3A 1A
Octal 150 67 34 0 57 111 73 25 72 32
Binary 1101000 110111 11100 0 101111 1001001 111011 10101 111010 11010

Color Harmonies of #68371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68371C

Black with #68371C

Text Example


Text Example

White with #68371C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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