Html Css Color HEX #68341F New Amber

📋 copy color: '#68341F'

red 104 ◦ green 52 ◦ blue 31

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

Shades of New Amber #68341F

Tints of New Amber #68341F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.81%

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

R = 55.61%
G = 27.81%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#68341F (or 0x68341F) is known color: New Amber. HEX triplet: 68, 34 and 1F. RGB value is (104,52,31). Sum of RGB (Red+Green+Blue) = 104+52+31=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #68341F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68341F is #97CBE0. Grayscale: #414141. Windows color (decimal): -9948129 or 2045032. OLE color: 2045032.

HSL color Cylindrical-coordinate representation of color #68341F: hue angle of 17.26º 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 #68341F is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 52 31 -
CMYK 0 0.50 0.70 0.59
HSL 17.26º 0.54% 0.26% -
HSV(B) 17.26º 0.7% 0.41% -
XYZ 7.18 5.5 1.98 -
YUV 65.15 108.73 155.71 -
System Red Green Blue C M Y K H S L
Decimal 104 52 31 0 0.50 0.70 0.59 17.26 0.54 0.26
Hex 68 34 1F 0 32 46 3B 11 36 1A
Octal 150 64 37 0 62 106 73 21 66 32
Binary 1101000 110100 11111 0 110010 1000110 111011 10001 110110 11010

Color Harmonies of #68341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68341F

Black with #68341F

Text Example


Text Example

White with #68341F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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