Html Css Color HEX #6B1B06 Red Oxide

📋 copy color: '#6B1B06'

red 107 ◦ green 27 ◦ blue 6

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

Shades of Red Oxide #6B1B06

Tints of Red Oxide #6B1B06

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.29%

 BLUE value IS 6 (2.73% from 255) = 4.29%

R = 76.43%
G = 19.29%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.58

RGB Variations

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

Color information

#6B1B06 (or 0x6B1B06) is known color: Red Oxide. HEX triplet: 6B, 1B and 06. RGB value is (107,27,6). Sum of RGB (Red+Green+Blue) = 107+27+6=140 (18% of max value = 765). Red value is 107 (42.19% from 255 or 76.43% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 6 (2.73% from 255 or 4.29% from 140); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B1B06 is #94E4F9. Grayscale: #303030. Windows color (decimal): -9757946 or 400235. OLE color: 400235.

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

Color convert

RGB 107 27 6 -
CMYK 0 0.75 0.94 0.58
HSL 12.48º 0.89% 0.22% -
HSV(B) 12.48º 0.94% 0.42% -
XYZ 6.49 3.92 0.59 -
YUV 48.53 104 169.71 -
System Red Green Blue C M Y K H S L
Decimal 107 27 6 0 0.75 0.94 0.58 12.48 0.89 0.22
Hex 6B 1B 6 0 4B 5E 3A C 59 16
Octal 153 33 6 0 113 136 72 14 131 26
Binary 1101011 11011 110 0 1001011 1011110 111010 1100 1011001 10110

Color Harmonies of #6B1B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1B06

Black with #6B1B06

Text Example


Text Example

White with #6B1B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,27,6); }

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

background-color css

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

 a { background-color: rgb(107,27,6); }

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

border-color css

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

 span { border-color: rgb(107,27,6); }

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