Html Css Color HEX #6B251D Red Oxide

📋 copy color: '#6B251D'

red 107 ◦ green 37 ◦ blue 29

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

Shades of Red Oxide #6B251D

Tints of Red Oxide #6B251D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.39%

 BLUE value IS 29 (11.72% from 255) = 16.76%

R = 61.85%
G = 21.39%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.58

RGB Variations

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

Color information

#6B251D (or 0x6B251D) is known color: Red Oxide. HEX triplet: 6B, 25 and 1D. RGB value is (107,37,29). Sum of RGB (Red+Green+Blue) = 107+37+29=173 (22% of max value = 765). Red value is 107 (42.19% from 255 or 61.85% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 107 - color contains mainly: red. Hex color #6B251D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B251D is #94DAE2. Grayscale: #393939. Windows color (decimal): -9755363 or 1910123. OLE color: 1910123.

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

Color convert

RGB 107 37 29 -
CMYK 0 0.65 0.73 0.58
HSL 6.15º 0.57% 0.27% -
HSV(B) 6.15º 0.73% 0.42% -
XYZ 6.95 4.54 1.67 -
YUV 57.02 112.19 163.65 -
System Red Green Blue C M Y K H S L
Decimal 107 37 29 0 0.65 0.73 0.58 6.15 0.57 0.27
Hex 6B 25 1D 0 41 49 3A 6 39 1B
Octal 153 45 35 0 101 111 72 6 71 33
Binary 1101011 100101 11101 0 1000001 1001001 111010 110 111001 11011

Color Harmonies of #6B251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B251D

Black with #6B251D

Text Example


Text Example

White with #6B251D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,37,29); }

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

background-color css

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

 a { background-color: rgb(107,37,29); }

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

border-color css

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

 span { border-color: rgb(107,37,29); }

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