Html Css Color HEX #68351D New Amber

📋 copy color: '#68351D'

red 104 ◦ green 53 ◦ blue 29

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

Shades of New Amber #68351D

Tints of New Amber #68351D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.59%

R = 55.91%
G = 28.49%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#68351D (or 0x68351D) is known color: New Amber. HEX triplet: 68, 35 and 1D. RGB value is (104,53,29). Sum of RGB (Red+Green+Blue) = 104+53+29=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #68351D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68351D is #97CAE2. Grayscale: #414141. Windows color (decimal): -9947875 or 1914216. OLE color: 1914216.

HSL color Cylindrical-coordinate representation of color #68351D: hue angle of 19.2º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68351D is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 53 29 -
CMYK 0 0.49 0.72 0.59
HSL 19.2º 0.56% 0.26% -
HSV(B) 19.2º 0.72% 0.41% -
XYZ 7.2 5.58 1.86 -
YUV 65.51 107.4 155.45 -
System Red Green Blue C M Y K H S L
Decimal 104 53 29 0 0.49 0.72 0.59 19.2 0.56 0.26
Hex 68 35 1D 0 31 48 3B 13 38 1A
Octal 150 65 35 0 61 110 73 23 70 32
Binary 1101000 110101 11101 0 110001 1001000 111011 10011 111000 11010

Color Harmonies of #68351D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68351D

Black with #68351D

Text Example


Text Example

White with #68351D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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