Html Css Color HEX #68351F New Amber

📋 copy color: '#68351F'

red 104 ◦ green 53 ◦ blue 31

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

Shades of New Amber #68351F

Tints of New Amber #68351F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.19%

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

R = 55.32%
G = 28.19%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#68351F (or 0x68351F) is known color: New Amber. HEX triplet: 68, 35 and 1F. RGB value is (104,53,31). Sum of RGB (Red+Green+Blue) = 104+53+31=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #68351F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68351F is #97CAE0. Grayscale: #414141. Windows color (decimal): -9947873 or 2045288. OLE color: 2045288.

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

Color convert

RGB 104 53 31 -
CMYK 0 0.49 0.70 0.59
HSL 18.08º 0.54% 0.26% -
HSV(B) 18.08º 0.7% 0.41% -
XYZ 7.23 5.59 1.99 -
YUV 65.74 108.4 155.29 -
System Red Green Blue C M Y K H S L
Decimal 104 53 31 0 0.49 0.70 0.59 18.08 0.54 0.26
Hex 68 35 1F 0 31 46 3B 12 36 1A
Octal 150 65 37 0 61 106 73 22 66 32
Binary 1101000 110101 11111 0 110001 1000110 111011 10010 110110 11010

Color Harmonies of #68351F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68351F

Black with #68351F

Text Example


Text Example

White with #68351F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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