Html Css Color HEX #651704 Red Oxide

📋 copy color: '#651704'

red 101 ◦ green 23 ◦ blue 4

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

Shades of Red Oxide #651704

Tints of Red Oxide #651704

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.97%

 BLUE value IS 4 (1.95% from 255) = 3.13%

R = 78.91%
G = 17.97%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.60

RGB Variations

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

Color information

#651704 (or 0x651704) is known color: Red Oxide. HEX triplet: 65, 17 and 04. RGB value is (101,23,4). Sum of RGB (Red+Green+Blue) = 101+23+4=128 (16% of max value = 765). Red value is 101 (39.84% from 255 or 78.91% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 101 - color contains mainly: red. Hex color #651704 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651704 is #9AE8FB. Grayscale: #2C2C2C. Windows color (decimal): -10152188 or 268133. OLE color: 268133.

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

Color convert

RGB 101 23 4 -
CMYK 0 0.77 0.96 0.60
HSL 11.75º 0.92% 0.21% -
HSV(B) 11.75º 0.96% 0.4% -
XYZ 5.7 3.39 0.47 -
YUV 44.16 105.34 168.54 -
System Red Green Blue C M Y K H S L
Decimal 101 23 4 0 0.77 0.96 0.60 11.75 0.92 0.21
Hex 65 17 4 0 4D 60 3C C 5C 15
Octal 145 27 4 0 115 140 74 14 134 25
Binary 1100101 10111 100 0 1001101 1100000 111100 1100 1011100 10101

Color Harmonies of #651704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651704

Black with #651704

Text Example


Text Example

White with #651704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651704; }

 p { color: rgb(101,23,4); }

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

background-color css

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

 a { background-color: rgb(101,23,4); }

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

border-color css

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

 span { border-color: rgb(101,23,4); }

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