Html Css Color HEX #643630 Redwood

📋 copy color: '#643630'

red 100 ◦ green 54 ◦ blue 48

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

Shades of Redwood #643630

Tints of Redwood #643630

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.73%

 BLUE value IS 48 (19.14% from 255) = 23.76%

R = 49.5%
G = 26.73%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.61

RGB Variations

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

Color information

#643630 (or 0x643630) is known color: Redwood. HEX triplet: 64, 36 and 30. RGB value is (100,54,48). Sum of RGB (Red+Green+Blue) = 100+54+48=202 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.50% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 48 (19.14% from 255 or 23.76% from 202); Max value from RGB is 100 - color contains mainly: red. Hex color #643630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643630 is #9BC9CF. Grayscale: #434343. Windows color (decimal): -10209744 or 3159652. OLE color: 3159652.

HSL color Cylindrical-coordinate representation of color #643630: hue angle of 6.92º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #643630 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 54 48 -
CMYK 0 0.46 0.52 0.61
HSL 6.92º 0.35% 0.29% -
HSV(B) 6.92º 0.52% 0.39% -
XYZ 7.11 5.56 3.5 -
YUV 67.07 117.24 151.49 -
System Red Green Blue C M Y K H S L
Decimal 100 54 48 0 0.46 0.52 0.61 6.92 0.35 0.29
Hex 64 36 30 0 2E 34 3D 7 23 1D
Octal 144 66 60 0 56 64 75 7 43 35
Binary 1100100 110110 110000 0 101110 110100 111101 111 100011 11101

Color Harmonies of #643630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643630

Black with #643630

Text Example


Text Example

White with #643630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643630; }

 p { color: rgb(100,54,48); }

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

background-color css

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

 a { background-color: rgb(100,54,48); }

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

border-color css

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

 span { border-color: rgb(100,54,48); }

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