Html Css Color HEX #65540D Raw Umber

📋 copy color: '#65540D'

red 101 ◦ green 84 ◦ blue 13

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

Shades of Raw Umber #65540D

Tints of Raw Umber #65540D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42.42%

 BLUE value IS 13 (5.47% from 255) = 6.57%

R = 51.01%
G = 42.42%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.87

 K value IS 0.60

RGB Variations

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

Color information

#65540D (or 0x65540D) is known color: Raw Umber. HEX triplet: 65, 54 and 0D. RGB value is (101,84,13). Sum of RGB (Red+Green+Blue) = 101+84+13=198 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.01% from 198); Green value is 84 (33.20% from 255 or 42.42% from 198); Blue value is 13 (5.47% from 255 or 6.57% from 198); Max value from RGB is 101 - color contains mainly: red. Hex color #65540D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65540D is #9AABF2. Grayscale: #515151. Windows color (decimal): -10136563 or 873573. OLE color: 873573.

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

Color convert

RGB 101 84 13 -
CMYK 0 0.17 0.87 0.60
HSL 48.41º 0.77% 0.22% -
HSV(B) 48.41º 0.87% 0.4% -
XYZ 8.61 9.14 1.69 -
YUV 80.99 89.63 142.27 -
System Red Green Blue C M Y K H S L
Decimal 101 84 13 0 0.17 0.87 0.60 48.41 0.77 0.22
Hex 65 54 D 0 11 57 3C 30 4D 16
Octal 145 124 15 0 21 127 74 60 115 26
Binary 1100101 1010100 1101 0 10001 1010111 111100 110000 1001101 10110

Color Harmonies of #65540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65540D

Black with #65540D

Text Example


Text Example

White with #65540D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65540D; }

 p { color: rgb(101,84,13); }

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

background-color css

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

 a { background-color: rgb(101,84,13); }

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

border-color css

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

 span { border-color: rgb(101,84,13); }

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