Html Css Color HEX #68351A New Amber

📋 copy color: '#68351A'

red 104 ◦ green 53 ◦ blue 26

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

Shades of New Amber #68351A

Tints of New Amber #68351A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.21%

R = 56.83%
G = 28.96%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#68351A (or 0x68351A) is known color: New Amber. HEX triplet: 68, 35 and 1A. RGB value is (104,53,26). Sum of RGB (Red+Green+Blue) = 104+53+26=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #68351A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68351A is #97CAE5. Grayscale: #414141. Windows color (decimal): -9947878 or 1717608. OLE color: 1717608.

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

Color convert

RGB 104 53 26 -
CMYK 0 0.49 0.75 0.59
HSL 20.77º 0.6% 0.25% -
HSV(B) 20.77º 0.75% 0.41% -
XYZ 7.17 5.56 1.67 -
YUV 65.17 105.9 155.7 -
System Red Green Blue C M Y K H S L
Decimal 104 53 26 0 0.49 0.75 0.59 20.77 0.6 0.25
Hex 68 35 1A 0 31 4B 3B 15 3C 19
Octal 150 65 32 0 61 113 73 25 74 31
Binary 1101000 110101 11010 0 110001 1001011 111011 10101 111100 11001

Color Harmonies of #68351A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68351A

Black with #68351A

Text Example


Text Example

White with #68351A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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