Html Css Color HEX #6B2017 Red Oxide

📋 copy color: '#6B2017'

red 107 ◦ green 32 ◦ blue 23

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

Shades of Red Oxide #6B2017

Tints of Red Oxide #6B2017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.2%

R = 66.05%
G = 19.75%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.58

RGB Variations

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

Color information

#6B2017 (or 0x6B2017) is known color: Red Oxide. HEX triplet: 6B, 20 and 17. RGB value is (107,32,23). Sum of RGB (Red+Green+Blue) = 107+32+23=162 (21% of max value = 765). Red value is 107 (42.19% from 255 or 66.05% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 23 (9.38% from 255 or 14.20% from 162); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2017 is #94DFE8. Grayscale: #353535. Windows color (decimal): -9756649 or 1515627. OLE color: 1515627.

HSL color Cylindrical-coordinate representation of color #6B2017: hue angle of 6.43º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B2017 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 32 23 -
CMYK 0 0.70 0.79 0.58
HSL 6.43º 0.65% 0.25% -
HSV(B) 6.43º 0.79% 0.42% -
XYZ 6.73 4.22 1.27 -
YUV 53.4 110.85 166.23 -
System Red Green Blue C M Y K H S L
Decimal 107 32 23 0 0.70 0.79 0.58 6.43 0.65 0.25
Hex 6B 20 17 0 46 4F 3A 6 41 19
Octal 153 40 27 0 106 117 72 6 101 31
Binary 1101011 100000 10111 0 1000110 1001111 111010 110 1000001 11001

Color Harmonies of #6B2017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2017

Black with #6B2017

Text Example


Text Example

White with #6B2017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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