Html Css Color HEX #651D08 Red Oxide

📋 copy color: '#651D08'

red 101 ◦ green 29 ◦ blue 8

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

Shades of Red Oxide #651D08

Tints of Red Oxide #651D08

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.01%

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

R = 73.19%
G = 21.01%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.60

RGB Variations

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

Color information

#651D08 (or 0x651D08) is known color: Red Oxide. HEX triplet: 65, 1D and 08. RGB value is (101,29,8). Sum of RGB (Red+Green+Blue) = 101+29+8=138 (18% of max value = 765). Red value is 101 (39.84% from 255 or 73.19% from 138); Green value is 29 (11.72% from 255 or 21.01% from 138); Blue value is 8 (3.52% from 255 or 5.80% from 138); Max value from RGB is 101 - color contains mainly: red. Hex color #651D08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651D08 is #9AE2F7. Grayscale: #303030. Windows color (decimal): -10150648 or 531813. OLE color: 531813.

HSL color Cylindrical-coordinate representation of color #651D08: hue angle of 13.55º 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 #651D08 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 29 8 -
CMYK 0 0.71 0.92 0.60
HSL 13.55º 0.85% 0.21% -
HSV(B) 13.55º 0.92% 0.4% -
XYZ 5.85 3.66 0.63 -
YUV 48.13 105.35 165.71 -
System Red Green Blue C M Y K H S L
Decimal 101 29 8 0 0.71 0.92 0.60 13.55 0.85 0.21
Hex 65 1D 8 0 47 5C 3C E 55 15
Octal 145 35 10 0 107 134 74 16 125 25
Binary 1100101 11101 1000 0 1000111 1011100 111100 1110 1010101 10101

Color Harmonies of #651D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651D08

Black with #651D08

Text Example


Text Example

White with #651D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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