Html Css Color HEX #6B251E Red Oxide

📋 copy color: '#6B251E'

red 107 ◦ green 37 ◦ blue 30

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

Shades of Red Oxide #6B251E

Tints of Red Oxide #6B251E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.24%

R = 61.49%
G = 21.26%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.58

RGB Variations

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

Color information

#6B251E (or 0x6B251E) is known color: Red Oxide. HEX triplet: 6B, 25 and 1E. RGB value is (107,37,30). Sum of RGB (Red+Green+Blue) = 107+37+30=174 (23% of max value = 765). Red value is 107 (42.19% from 255 or 61.49% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 107 - color contains mainly: red. Hex color #6B251E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B251E is #94DAE1. Grayscale: #393939. Windows color (decimal): -9755362 or 1975659. OLE color: 1975659.

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

Color convert

RGB 107 37 30 -
CMYK 0 0.65 0.72 0.58
HSL 5.45º 0.56% 0.27% -
HSV(B) 5.45º 0.72% 0.42% -
XYZ 6.96 4.54 1.74 -
YUV 57.13 112.69 163.57 -
System Red Green Blue C M Y K H S L
Decimal 107 37 30 0 0.65 0.72 0.58 5.45 0.56 0.27
Hex 6B 25 1E 0 41 48 3A 5 38 1B
Octal 153 45 36 0 101 110 72 5 70 33
Binary 1101011 100101 11110 0 1000001 1001000 111010 101 111000 11011

Color Harmonies of #6B251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B251E

Black with #6B251E

Text Example


Text Example

White with #6B251E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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