Html Css Color HEX #651C08 Red Oxide

📋 copy color: '#651C08'

red 101 ◦ green 28 ◦ blue 8

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

Shades of Red Oxide #651C08

Tints of Red Oxide #651C08

RGB

 RED value IS 101 (39.84% from 255) = 73.72%

 GREEN value IS 28 (11.33% from 255) = 20.44%

 BLUE value IS 8 (3.52% from 255) = 5.84%

R = 73.72%
G = 20.44%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.60

RGB Variations

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

Color information

#651C08 (or 0x651C08) is known color: Red Oxide. HEX triplet: 65, 1C and 08. RGB value is (101,28,8). Sum of RGB (Red+Green+Blue) = 101+28+8=137 (18% of max value = 765). Red value is 101 (39.84% from 255 or 73.72% from 137); Green value is 28 (11.33% from 255 or 20.44% from 137); Blue value is 8 (3.52% from 255 or 5.84% from 137); Max value from RGB is 101 - color contains mainly: red. Hex color #651C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651C08 is #9AE3F7. Grayscale: #2F2F2F. Windows color (decimal): -10150904 or 531557. OLE color: 531557.

HSL color Cylindrical-coordinate representation of color #651C08: hue angle of 12.9º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #651C08 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 28 8 -
CMYK 0 0.72 0.92 0.60
HSL 12.9º 0.85% 0.21% -
HSV(B) 12.9º 0.92% 0.4% -
XYZ 5.83 3.61 0.62 -
YUV 47.55 105.68 166.13 -
System Red Green Blue C M Y K H S L
Decimal 101 28 8 0 0.72 0.92 0.60 12.9 0.85 0.21
Hex 65 1C 8 0 48 5C 3C D 55 15
Octal 145 34 10 0 110 134 74 15 125 25
Binary 1100101 11100 1000 0 1001000 1011100 111100 1101 1010101 10101

Color Harmonies of #651C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651C08

Black with #651C08

Text Example


Text Example

White with #651C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651C08; }

 p { color: rgb(101,28,8); }

 H1.HeaderClassName
 {
   color: #651C08;
 }
 .AnyTagClassName
 {
   color: #651C08;
 }
</style>

background-color css

<style>
 a { background-color: #651C08; }

 a { background-color: rgb(101,28,8); }

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

border-color css

<style>
 span { border-color: #651C08; }

 span { border-color: rgb(101,28,8); }

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