Html Css Color HEX #68331B New Amber

📋 copy color: '#68331B'

red 104 ◦ green 51 ◦ blue 27

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

Shades of New Amber #68331B

Tints of New Amber #68331B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.02%

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

R = 57.14%
G = 28.02%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.59

RGB Variations

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

Color information

#68331B (or 0x68331B) is known color: New Amber. HEX triplet: 68, 33 and 1B. RGB value is (104,51,27). Sum of RGB (Red+Green+Blue) = 104+51+27=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #68331B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68331B is #97CCE4. Grayscale: #404040. Windows color (decimal): -9948389 or 1782632. OLE color: 1782632.

HSL color Cylindrical-coordinate representation of color #68331B: hue angle of 18.7º 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 #68331B is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 51 27 -
CMYK 0 0.51 0.74 0.59
HSL 18.7º 0.59% 0.26% -
HSV(B) 18.7º 0.74% 0.41% -
XYZ 7.09 5.39 1.7 -
YUV 64.11 107.06 156.45 -
System Red Green Blue C M Y K H S L
Decimal 104 51 27 0 0.51 0.74 0.59 18.7 0.59 0.26
Hex 68 33 1B 0 33 4A 3B 13 3B 1A
Octal 150 63 33 0 63 112 73 23 73 32
Binary 1101000 110011 11011 0 110011 1001010 111011 10011 111011 11010

Color Harmonies of #68331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68331B

Black with #68331B

Text Example


Text Example

White with #68331B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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