Html Css Color HEX #6B200F Red Oxide

📋 copy color: '#6B200F'

red 107 ◦ green 32 ◦ blue 15

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

Shades of Red Oxide #6B200F

Tints of Red Oxide #6B200F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.78%

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

R = 69.48%
G = 20.78%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.58

RGB Variations

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

Color information

#6B200F (or 0x6B200F) is known color: Red Oxide. HEX triplet: 6B, 20 and 0F. RGB value is (107,32,15). Sum of RGB (Red+Green+Blue) = 107+32+15=154 (20% of max value = 765). Red value is 107 (42.19% from 255 or 69.48% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 15 (6.25% from 255 or 9.74% from 154); Max value from RGB is 107 - color contains mainly: red. Hex color #6B200F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B200F is #94DFF0. Grayscale: #343434. Windows color (decimal): -9756657 or 991339. OLE color: 991339.

HSL color Cylindrical-coordinate representation of color #6B200F: hue angle of 11.09º 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 #6B200F is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 32 15 -
CMYK 0 0.70 0.86 0.58
HSL 11.09º 0.75% 0.24% -
HSV(B) 11.09º 0.86% 0.42% -
XYZ 6.67 4.19 0.91 -
YUV 52.49 106.85 166.88 -
System Red Green Blue C M Y K H S L
Decimal 107 32 15 0 0.70 0.86 0.58 11.09 0.75 0.24
Hex 6B 20 F 0 46 56 3A B 4B 18
Octal 153 40 17 0 106 126 72 13 113 30
Binary 1101011 100000 1111 0 1000110 1010110 111010 1011 1001011 11000

Color Harmonies of #6B200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B200F

Black with #6B200F

Text Example


Text Example

White with #6B200F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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