Html Css Color HEX #643F0E Raw Umber

📋 copy color: '#643F0E'

red 100 ◦ green 63 ◦ blue 14

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

Shades of Raw Umber #643F0E

Tints of Raw Umber #643F0E

RGB

 RED value IS 100 (39.45% from 255) = 56.5%

 GREEN value IS 63 (25% from 255) = 35.59%

 BLUE value IS 14 (5.86% from 255) = 7.91%

R = 56.5%
G = 35.59%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.61

RGB Variations

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

Color information

#643F0E (or 0x643F0E) is known color: Raw Umber. HEX triplet: 64, 3F and 0E. RGB value is (100,63,14). Sum of RGB (Red+Green+Blue) = 100+63+14=177 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.50% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 14 (5.86% from 255 or 7.91% from 177); Max value from RGB is 100 - color contains mainly: red. Hex color #643F0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643F0E is #9BC0F1. Grayscale: #444444. Windows color (decimal): -10207474 or 933732. OLE color: 933732.

HSL color Cylindrical-coordinate representation of color #643F0E: hue angle of 34.19º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #643F0E is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 63 14 -
CMYK 0 0.37 0.86 0.61
HSL 34.19º 0.75% 0.22% -
HSV(B) 34.19º 0.86% 0.39% -
XYZ 7.11 6.3 1.26 -
YUV 68.48 97.26 150.48 -
System Red Green Blue C M Y K H S L
Decimal 100 63 14 0 0.37 0.86 0.61 34.19 0.75 0.22
Hex 64 3F E 0 25 56 3D 22 4B 16
Octal 144 77 16 0 45 126 75 42 113 26
Binary 1100100 111111 1110 0 100101 1010110 111101 100010 1001011 10110

Color Harmonies of #643F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643F0E

Black with #643F0E

Text Example


Text Example

White with #643F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643F0E; }

 p { color: rgb(100,63,14); }

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

background-color css

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

 a { background-color: rgb(100,63,14); }

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

border-color css

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

 span { border-color: rgb(100,63,14); }

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