Html Css Color HEX #68361B New Amber

📋 copy color: '#68361B'

red 104 ◦ green 54 ◦ blue 27

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

Shades of New Amber #68361B

Tints of New Amber #68361B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.59%

R = 56.22%
G = 29.19%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.74

 K value IS 0.59

RGB Variations

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

Color information

#68361B (or 0x68361B) is known color: New Amber. HEX triplet: 68, 36 and 1B. RGB value is (104,54,27). Sum of RGB (Red+Green+Blue) = 104+54+27=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 27 (10.94% from 255 or 14.59% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #68361B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68361B is #97C9E4. Grayscale: #424242. Windows color (decimal): -9947621 or 1783400. OLE color: 1783400.

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

Color convert

RGB 104 54 27 -
CMYK 0 0.48 0.74 0.59
HSL 21.04º 0.59% 0.26% -
HSV(B) 21.04º 0.74% 0.41% -
XYZ 7.23 5.66 1.75 -
YUV 65.87 106.07 155.2 -
System Red Green Blue C M Y K H S L
Decimal 104 54 27 0 0.48 0.74 0.59 21.04 0.59 0.26
Hex 68 36 1B 0 30 4A 3B 15 3B 1A
Octal 150 66 33 0 60 112 73 25 73 32
Binary 1101000 110110 11011 0 110000 1001010 111011 10101 111011 11010

Color Harmonies of #68361B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68361B

Black with #68361B

Text Example


Text Example

White with #68361B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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