Html Css Color HEX #68301A New Amber

📋 copy color: '#68301A'

red 104 ◦ green 48 ◦ blue 26

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

Shades of New Amber #68301A

Tints of New Amber #68301A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.97%

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

R = 58.43%
G = 26.97%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#68301A (or 0x68301A) is known color: New Amber. HEX triplet: 68, 30 and 1A. RGB value is (104,48,26). Sum of RGB (Red+Green+Blue) = 104+48+26=178 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.43% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 104 - color contains mainly: red. Hex color #68301A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68301A is #97CFE5. Grayscale: #3E3E3E. Windows color (decimal): -9949158 or 1716328. OLE color: 1716328.

HSL color Cylindrical-coordinate representation of color #68301A: hue angle of 16.92º 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 #68301A is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 48 26 -
CMYK 0 0.54 0.75 0.59
HSL 16.92º 0.6% 0.25% -
HSV(B) 16.92º 0.75% 0.41% -
XYZ 6.95 5.13 1.6 -
YUV 62.24 107.55 157.79 -
System Red Green Blue C M Y K H S L
Decimal 104 48 26 0 0.54 0.75 0.59 16.92 0.6 0.25
Hex 68 30 1A 0 36 4B 3B 11 3C 19
Octal 150 60 32 0 66 113 73 21 74 31
Binary 1101000 110000 11010 0 110110 1001011 111011 10001 111100 11001

Color Harmonies of #68301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68301A

Black with #68301A

Text Example


Text Example

White with #68301A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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