Html Css Color HEX #68321C New Amber

📋 copy color: '#68321C'

red 104 ◦ green 50 ◦ blue 28

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

Shades of New Amber #68321C

Tints of New Amber #68321C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.47%

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

R = 57.14%
G = 27.47%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.59

RGB Variations

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

Color information

#68321C (or 0x68321C) is known color: New Amber. HEX triplet: 68, 32 and 1C. RGB value is (104,50,28). Sum of RGB (Red+Green+Blue) = 104+50+28=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #68321C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68321C is #97CDE3. Grayscale: #3F3F3F. Windows color (decimal): -9948644 or 1847912. OLE color: 1847912.

HSL color Cylindrical-coordinate representation of color #68321C: hue angle of 17.37º 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 #68321C is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 50 28 -
CMYK 0 0.52 0.73 0.59
HSL 17.37º 0.58% 0.26% -
HSV(B) 17.37º 0.73% 0.41% -
XYZ 7.06 5.31 1.75 -
YUV 63.64 107.89 156.79 -
System Red Green Blue C M Y K H S L
Decimal 104 50 28 0 0.52 0.73 0.59 17.37 0.58 0.26
Hex 68 32 1C 0 34 49 3B 11 3A 1A
Octal 150 62 34 0 64 111 73 21 72 32
Binary 1101000 110010 11100 0 110100 1001001 111011 10001 111010 11010

Color Harmonies of #68321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68321C

Black with #68321C

Text Example


Text Example

White with #68321C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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