Html Css Color HEX #6B150F Red Oxide

📋 copy color: '#6B150F'

red 107 ◦ green 21 ◦ blue 15

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

Shades of Red Oxide #6B150F

Tints of Red Oxide #6B150F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.69%

 BLUE value IS 15 (6.25% from 255) = 10.49%

R = 74.83%
G = 14.69%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.58

RGB Variations

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

Color information

#6B150F (or 0x6B150F) is known color: Red Oxide. HEX triplet: 6B, 15 and 0F. RGB value is (107,21,15). Sum of RGB (Red+Green+Blue) = 107+21+15=143 (18% of max value = 765). Red value is 107 (42.19% from 255 or 74.83% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 15 (6.25% from 255 or 10.49% from 143); Max value from RGB is 107 - color contains mainly: red. Hex color #6B150F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B150F is #94EAF0. Grayscale: #2E2E2E. Windows color (decimal): -9759473 or 988523. OLE color: 988523.

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

Color convert

RGB 107 21 15 -
CMYK 0 0.80 0.86 0.58
HSL 3.91º 0.75% 0.24% -
HSV(B) 3.91º 0.86% 0.42% -
XYZ 6.42 3.7 0.83 -
YUV 46.03 110.49 171.49 -
System Red Green Blue C M Y K H S L
Decimal 107 21 15 0 0.80 0.86 0.58 3.91 0.75 0.24
Hex 6B 15 F 0 50 56 3A 4 4B 18
Octal 153 25 17 0 120 126 72 4 113 30
Binary 1101011 10101 1111 0 1010000 1010110 111010 100 1001011 11000

Color Harmonies of #6B150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B150F

Black with #6B150F

Text Example


Text Example

White with #6B150F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,21,15); }

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

background-color css

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

 a { background-color: rgb(107,21,15); }

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

border-color css

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

 span { border-color: rgb(107,21,15); }

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