Html Css Color HEX #6C0305 Sangria

📋 copy color: '#6C0305'

red 108 ◦ green 3 ◦ blue 5

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

Shades of Sangria #6C0305

Tints of Sangria #6C0305

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.59%

 BLUE value IS 5 (2.34% from 255) = 4.31%

R = 93.1%
G = 2.59%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.58

RGB Variations

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

Color information

#6C0305 (or 0x6C0305) is known color: Sangria. HEX triplet: 6C, 03 and 05. RGB value is (108,3,5). Sum of RGB (Red+Green+Blue) = 108+3+5=116 (15% of max value = 765). Red value is 108 (42.58% from 255 or 93.10% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0305 is #93FCFA. Grayscale: #222222. Windows color (decimal): -9698555 or 328556. OLE color: 328556.

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

Color convert

RGB 108 3 5 -
CMYK 0 0.97 0.95 0.58
HSL 358.86º 0.95% 0.22% -
HSV(B) 358.86º 0.97% 0.42% -
XYZ 6.24 3.26 0.44 -
YUV 34.62 111.29 180.34 -
System Red Green Blue C M Y K H S L
Decimal 108 3 5 0 0.97 0.95 0.58 358.86 0.95 0.22
Hex 6C 3 5 0 61 5F 3A 167 5F 16
Octal 154 3 5 0 141 137 72 547 137 26
Binary 1101100 11 101 0 1100001 1011111 111010 101100111 1011111 10110

Color Harmonies of #6C0305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0305

Black with #6C0305

Text Example


Text Example

White with #6C0305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,3,5); }

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

background-color css

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

 a { background-color: rgb(108,3,5); }

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

border-color css

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

 span { border-color: rgb(108,3,5); }

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