Html Css Color HEX #68381F New Amber

📋 copy color: '#68381F'

red 104 ◦ green 56 ◦ blue 31

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

Shades of New Amber #68381F

Tints of New Amber #68381F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.32%

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

R = 54.45%
G = 29.32%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#68381F (or 0x68381F) is known color: New Amber. HEX triplet: 68, 38 and 1F. RGB value is (104,56,31). Sum of RGB (Red+Green+Blue) = 104+56+31=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 56 (22.27% from 255 or 29.32% from 191); Blue value is 31 (12.5% from 255 or 16.23% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #68381F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68381F is #97C7E0. Grayscale: #434343. Windows color (decimal): -9947105 or 2046056. OLE color: 2046056.

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

Color convert

RGB 104 56 31 -
CMYK 0 0.46 0.70 0.59
HSL 20.55º 0.54% 0.26% -
HSV(B) 20.55º 0.7% 0.41% -
XYZ 7.37 5.87 2.04 -
YUV 67.5 107.4 154.03 -
System Red Green Blue C M Y K H S L
Decimal 104 56 31 0 0.46 0.70 0.59 20.55 0.54 0.26
Hex 68 38 1F 0 2E 46 3B 15 36 1A
Octal 150 70 37 0 56 106 73 25 66 32
Binary 1101000 111000 11111 0 101110 1000110 111011 10101 110110 11010

Color Harmonies of #68381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68381F

Black with #68381F

Text Example


Text Example

White with #68381F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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