Html Css Color HEX #643C01 Raw Umber

📋 copy color: '#643C01'

red 100 ◦ green 60 ◦ blue 1

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

Shades of Raw Umber #643C01

Tints of Raw Umber #643C01

RGB

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

 GREEN value IS 60 (23.83% from 255) = 37.27%

 BLUE value IS 1 (0.78% from 255) = 0.62%

R = 62.11%
G = 37.27%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#643C01 (or 0x643C01) is known color: Raw Umber. HEX triplet: 64, 3C and 01. RGB value is (100,60,1). Sum of RGB (Red+Green+Blue) = 100+60+1=161 (21% of max value = 765). Red value is 100 (39.45% from 255 or 62.11% from 161); Green value is 60 (23.83% from 255 or 37.27% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 100 - color contains mainly: red. Hex color #643C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643C01 is #9BC3FE. Grayscale: #414141. Windows color (decimal): -10208255 or 80996. OLE color: 80996.

HSL color Cylindrical-coordinate representation of color #643C01: hue angle of 35.76º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #643C01 is Cyan = 0, Magento = 0.4, Yellow = 0.99 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 60 1 -
CMYK 0 0.4 0.99 0.61
HSL 35.76º 0.98% 0.2% -
HSV(B) 35.76º 0.99% 0.39% -
XYZ 6.88 5.94 0.81 -
YUV 65.23 91.75 152.8 -
System Red Green Blue C M Y K H S L
Decimal 100 60 1 0 0.4 0.99 0.61 35.76 0.98 0.2
Hex 64 3C 1 0 28 63 3D 24 62 14
Octal 144 74 1 0 50 143 75 44 142 24
Binary 1100100 111100 1 0 101000 1100011 111101 100100 1100010 10100

Color Harmonies of #643C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643C01

Black with #643C01

Text Example


Text Example

White with #643C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,60,1); }

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

background-color css

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

 a { background-color: rgb(100,60,1); }

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

border-color css

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

 span { border-color: rgb(100,60,1); }

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