Html Css Color HEX #68381B New Amber

📋 copy color: '#68381B'

red 104 ◦ green 56 ◦ blue 27

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

Shades of New Amber #68381B

Tints of New Amber #68381B

RGB

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

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

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

R = 55.61%
G = 29.95%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.74

 K value IS 0.59

RGB Variations

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

Color information

#68381B (or 0x68381B) is known color: New Amber. HEX triplet: 68, 38 and 1B. RGB value is (104,56,27). Sum of RGB (Red+Green+Blue) = 104+56+27=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 27 (10.94% from 255 or 14.44% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #68381B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68381B is #97C7E4. Grayscale: #434343. Windows color (decimal): -9947109 or 1783912. OLE color: 1783912.

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

Color convert

RGB 104 56 27 -
CMYK 0 0.46 0.74 0.59
HSL 22.6º 0.59% 0.26% -
HSV(B) 22.6º 0.74% 0.41% -
XYZ 7.32 5.85 1.78 -
YUV 67.05 105.4 154.36 -
System Red Green Blue C M Y K H S L
Decimal 104 56 27 0 0.46 0.74 0.59 22.6 0.59 0.26
Hex 68 38 1B 0 2E 4A 3B 17 3B 1A
Octal 150 70 33 0 56 112 73 27 73 32
Binary 1101000 111000 11011 0 101110 1001010 111011 10111 111011 11010

Color Harmonies of #68381B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68381B

Black with #68381B

Text Example


Text Example

White with #68381B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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