Html Css Color HEX #613D27 Bracken

📋 copy color: '#613D27'

red 97 ◦ green 61 ◦ blue 39

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

Shades of Bracken #613D27

Tints of Bracken #613D27

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.96%

 BLUE value IS 39 (15.63% from 255) = 19.8%

R = 49.24%
G = 30.96%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#613D27 (or 0x613D27) is known color: Bracken. HEX triplet: 61, 3D and 27. RGB value is (97,61,39). Sum of RGB (Red+Green+Blue) = 97+61+39=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 39 (15.62% from 255 or 19.80% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #613D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613D27 is #9EC2D8. Grayscale: #454545. Windows color (decimal): -10404569 or 2571617. OLE color: 2571617.

HSL color Cylindrical-coordinate representation of color #613D27: hue angle of 22.76º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #613D27 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 61 39 -
CMYK 0 0.37 0.60 0.62
HSL 22.76º 0.43% 0.27% -
HSV(B) 22.76º 0.6% 0.38% -
XYZ 6.96 6.03 2.72 -
YUV 69.26 110.93 147.79 -
System Red Green Blue C M Y K H S L
Decimal 97 61 39 0 0.37 0.60 0.62 22.76 0.43 0.27
Hex 61 3D 27 0 25 3C 3E 17 2B 1B
Octal 141 75 47 0 45 74 76 27 53 33
Binary 1100001 111101 100111 0 100101 111100 111110 10111 101011 11011

Color Harmonies of #613D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613D27

Black with #613D27

Text Example


Text Example

White with #613D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613D27; }

 p { color: rgb(97,61,39); }

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

background-color css

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

 a { background-color: rgb(97,61,39); }

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

border-color css

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

 span { border-color: rgb(97,61,39); }

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