Html Css Color HEX #68361C New Amber

📋 copy color: '#68361C'

red 104 ◦ green 54 ◦ blue 28

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

Shades of New Amber #68361C

Tints of New Amber #68361C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.03%

 BLUE value IS 28 (11.33% from 255) = 15.05%

R = 55.91%
G = 29.03%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.59

RGB Variations

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

Color information

#68361C (or 0x68361C) is known color: New Amber. HEX triplet: 68, 36 and 1C. RGB value is (104,54,28). Sum of RGB (Red+Green+Blue) = 104+54+28=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 28 (11.33% from 255 or 15.05% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #68361C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68361C is #97C9E3. Grayscale: #424242. Windows color (decimal): -9947620 or 1848936. OLE color: 1848936.

HSL color Cylindrical-coordinate representation of color #68361C: hue angle of 20.53º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #68361C is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 54 28 -
CMYK 0 0.48 0.73 0.59
HSL 20.53º 0.58% 0.26% -
HSV(B) 20.53º 0.73% 0.41% -
XYZ 7.24 5.67 1.81 -
YUV 65.99 106.57 155.11 -
System Red Green Blue C M Y K H S L
Decimal 104 54 28 0 0.48 0.73 0.59 20.53 0.58 0.26
Hex 68 36 1C 0 30 49 3B 15 3A 1A
Octal 150 66 34 0 60 111 73 25 72 32
Binary 1101000 110110 11100 0 110000 1001001 111011 10101 111010 11010

Color Harmonies of #68361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68361C

Black with #68361C

Text Example


Text Example

White with #68361C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68361C; }

 p { color: rgb(104,54,28); }

 H1.HeaderClassName
 {
   color: #68361C;
 }
 .AnyTagClassName
 {
   color: #68361C;
 }
</style>

background-color css

<style>
 a { background-color: #68361C; }

 a { background-color: rgb(104,54,28); }

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

border-color css

<style>
 span { border-color: #68361C; }

 span { border-color: rgb(104,54,28); }

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