Html Css Color HEX #68371A New Amber

📋 copy color: '#68371A'

red 104 ◦ green 55 ◦ blue 26

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

Shades of New Amber #68371A

Tints of New Amber #68371A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.73%

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

R = 56.22%
G = 29.73%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#68371A (or 0x68371A) is known color: New Amber. HEX triplet: 68, 37 and 1A. RGB value is (104,55,26). Sum of RGB (Red+Green+Blue) = 104+55+26=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 26 (10.55% from 255 or 14.05% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #68371A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68371A is #97C8E5. Grayscale: #424242. Windows color (decimal): -9947366 or 1718120. OLE color: 1718120.

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

Color convert

RGB 104 55 26 -
CMYK 0 0.47 0.75 0.59
HSL 22.31º 0.6% 0.25% -
HSV(B) 22.31º 0.75% 0.41% -
XYZ 7.26 5.75 1.7 -
YUV 66.35 105.23 154.86 -
System Red Green Blue C M Y K H S L
Decimal 104 55 26 0 0.47 0.75 0.59 22.31 0.6 0.25
Hex 68 37 1A 0 2F 4B 3B 16 3C 19
Octal 150 67 32 0 57 113 73 26 74 31
Binary 1101000 110111 11010 0 101111 1001011 111011 10110 111100 11001

Color Harmonies of #68371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68371A

Black with #68371A

Text Example


Text Example

White with #68371A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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