Html Css Color HEX #613C26 Carnaby Tan

📋 copy color: '#613C26'

red 97 ◦ green 60 ◦ blue 38

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

Shades of Carnaby Tan #613C26

Tints of Carnaby Tan #613C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 19.49%

R = 49.74%
G = 30.77%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#613C26 (or 0x613C26) is known color: Carnaby Tan. HEX triplet: 61, 3C and 26. RGB value is (97,60,38). Sum of RGB (Red+Green+Blue) = 97+60+38=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 38 (15.23% from 255 or 19.49% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #613C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613C26 is #9EC3D9. Grayscale: #444444. Windows color (decimal): -10404826 or 2505825. OLE color: 2505825.

HSL color Cylindrical-coordinate representation of color #613C26: hue angle of 22.37º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #613C26 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 60 38 -
CMYK 0 0.38 0.61 0.62
HSL 22.37º 0.44% 0.26% -
HSV(B) 22.37º 0.61% 0.38% -
XYZ 6.9 5.91 2.61 -
YUV 68.56 110.76 148.29 -
System Red Green Blue C M Y K H S L
Decimal 97 60 38 0 0.38 0.61 0.62 22.37 0.44 0.26
Hex 61 3C 26 0 26 3D 3E 16 2C 1A
Octal 141 74 46 0 46 75 76 26 54 32
Binary 1100001 111100 100110 0 100110 111101 111110 10110 101100 11010

Color Harmonies of #613C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613C26

Black with #613C26

Text Example


Text Example

White with #613C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,60,38); }

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

background-color css

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

 a { background-color: rgb(97,60,38); }

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

border-color css

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

 span { border-color: rgb(97,60,38); }

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