Html Css Color HEX #6B0405 Sangria

📋 copy color: '#6B0405'

red 107 ◦ green 4 ◦ blue 5

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

Shades of Sangria #6B0405

Tints of Sangria #6B0405

RGB

 RED value IS 107 (42.19% from 255) = 92.24%

 GREEN value IS 4 (1.95% from 255) = 3.45%

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

R = 92.24%
G = 3.45%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.58

RGB Variations

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

Color information

#6B0405 (or 0x6B0405) is known color: Sangria. HEX triplet: 6B, 04 and 05. RGB value is (107,4,5). Sum of RGB (Red+Green+Blue) = 107+4+5=116 (15% of max value = 765). Red value is 107 (42.19% from 255 or 92.24% from 116); Green value is 4 (1.95% from 255 or 3.45% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0405 is #94FBFA. Grayscale: #232323. Windows color (decimal): -9763835 or 328811. OLE color: 328811.

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

Color convert

RGB 107 4 5 -
CMYK 0 0.96 0.95 0.58
HSL 359.42º 0.93% 0.22% -
HSV(B) 359.42º 0.96% 0.42% -
XYZ 6.13 3.22 0.44 -
YUV 34.91 111.12 179.42 -
System Red Green Blue C M Y K H S L
Decimal 107 4 5 0 0.96 0.95 0.58 359.42 0.93 0.22
Hex 6B 4 5 0 60 5F 3A 167 5D 16
Octal 153 4 5 0 140 137 72 547 135 26
Binary 1101011 100 101 0 1100000 1011111 111010 101100111 1011101 10110

Color Harmonies of #6B0405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0405

Black with #6B0405

Text Example


Text Example

White with #6B0405

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,4,5); }

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

background-color css

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

 a { background-color: rgb(107,4,5); }

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

border-color css

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

 span { border-color: rgb(107,4,5); }

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