Html Css Color HEX #651700 Red Oxide

📋 copy color: '#651700'

red 101 ◦ green 23 ◦ blue 0

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

Shades of Red Oxide #651700

Tints of Red Oxide #651700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.45%
G = 18.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#651700 (or 0x651700) is known color: Red Oxide. HEX triplet: 65, 17 and 00. RGB value is (101,23,0). Sum of RGB (Red+Green+Blue) = 101+23+0=124 (16% of max value = 765). Red value is 101 (39.84% from 255 or 81.45% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 101 - color contains mainly: red. Hex color #651700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651700 is #9AE8FF. Grayscale: #2B2B2B. Windows color (decimal): -10152192 or 5989. OLE color: 5989.

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

Color convert

RGB 101 23 0 -
CMYK 0 0.77 1 0.60
HSL 13.66º 1% 0.2% -
HSV(B) 13.66º 1% 0.4% -
XYZ 5.67 3.38 0.35 -
YUV 43.7 103.34 168.87 -
System Red Green Blue C M Y K H S L
Decimal 101 23 0 0 0.77 1 0.60 13.66 1 0.2
Hex 65 17 0 0 4D 64 3C E 64 14
Octal 145 27 0 0 115 144 74 16 144 24
Binary 1100101 10111 0 0 1001101 1100100 111100 1110 1100100 10100

Color Harmonies of #651700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651700

Black with #651700

Text Example


Text Example

White with #651700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651700; }

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

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

background-color css

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

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

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

border-color css

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

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

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