Html Css Color HEX #6C0004 Sangria

📋 copy color: '#6C0004'

red 108 ◦ green 0 ◦ blue 4

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

Shades of Sangria #6C0004

Tints of Sangria #6C0004

RGB

 RED value IS 108 (42.58% from 255) = 96.43%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 4 (1.95% from 255) = 3.57%

R = 96.43%
G = 0%
B = 3.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#6C0004 (or 0x6C0004) is known color: Sangria. HEX triplet: 6C, 00 and 04. RGB value is (108,0,4). Sum of RGB (Red+Green+Blue) = 108+0+4=112 (14% of max value = 765). Red value is 108 (42.58% from 255 or 96.43% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 4 (1.95% from 255 or 3.57% from 112); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0004 is #93FFFB. Grayscale: #202020. Windows color (decimal): -9699324 or 262252. OLE color: 262252.

HSL color Cylindrical-coordinate representation of color #6C0004: hue angle of 357.78º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C0004 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 0 4 -
CMYK 0 1 0.96 0.58
HSL 357.78º 1% 0.21% -
HSV(B) 357.78º 1% 0.42% -
XYZ 6.21 3.2 0.4 -
YUV 32.75 111.78 181.67 -
System Red Green Blue C M Y K H S L
Decimal 108 0 4 0 1 0.96 0.58 357.78 1 0.21
Hex 6C 0 4 0 64 60 3A 166 64 15
Octal 154 0 4 0 144 140 72 546 144 25
Binary 1101100 0 100 0 1100100 1100000 111010 101100110 1100100 10101

Color Harmonies of #6C0004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0004

Black with #6C0004

Text Example


Text Example

White with #6C0004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C0004; }

 p { color: rgb(108,0,4); }

 H1.HeaderClassName
 {
   color: #6C0004;
 }
 .AnyTagClassName
 {
   color: #6C0004;
 }
</style>

background-color css

<style>
 a { background-color: #6C0004; }

 a { background-color: rgb(108,0,4); }

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

border-color css

<style>
 span { border-color: #6C0004; }

 span { border-color: rgb(108,0,4); }

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