Html Css Color HEX #613833 Redwood

📋 copy color: '#613833'

red 97 ◦ green 56 ◦ blue 51

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

Shades of Redwood #613833

Tints of Redwood #613833

RGB

 RED value IS 97 (38.28% from 255) = 47.55%

 GREEN value IS 56 (22.27% from 255) = 27.45%

 BLUE value IS 51 (20.31% from 255) = 25%

R = 47.55%
G = 27.45%
B = 25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#613833 (or 0x613833) is known color: Redwood. HEX triplet: 61, 38 and 33. RGB value is (97,56,51). Sum of RGB (Red+Green+Blue) = 97+56+51=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 51 (20.31% from 255 or 25% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #613833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613833 is #9EC7CC. Grayscale: #434343. Windows color (decimal): -10405837 or 3356769. OLE color: 3356769.

HSL color Cylindrical-coordinate representation of color #613833: hue angle of 6.52º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #613833 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 56 51 -
CMYK 0 0.42 0.47 0.62
HSL 6.52º 0.31% 0.29% -
HSV(B) 6.52º 0.47% 0.38% -
XYZ 6.94 5.61 3.85 -
YUV 67.69 118.58 148.91 -
System Red Green Blue C M Y K H S L
Decimal 97 56 51 0 0.42 0.47 0.62 6.52 0.31 0.29
Hex 61 38 33 0 2A 2F 3E 7 1F 1D
Octal 141 70 63 0 52 57 76 7 37 35
Binary 1100001 111000 110011 0 101010 101111 111110 111 11111 11101

Color Harmonies of #613833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613833

Black with #613833

Text Example


Text Example

White with #613833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613833; }

 p { color: rgb(97,56,51); }

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

background-color css

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

 a { background-color: rgb(97,56,51); }

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

border-color css

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

 span { border-color: rgb(97,56,51); }

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