Html Css Color HEX #61371F Carnaby Tan

📋 copy color: '#61371F'

red 97 ◦ green 55 ◦ blue 31

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

Shades of Carnaby Tan #61371F

Tints of Carnaby Tan #61371F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 30.05%

 BLUE value IS 31 (12.5% from 255) = 16.94%

R = 53.01%
G = 30.05%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#61371F (or 0x61371F) is known color: Carnaby Tan. HEX triplet: 61, 37 and 1F. RGB value is (97,55,31). Sum of RGB (Red+Green+Blue) = 97+55+31=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #61371F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61371F is #9EC8E0. Grayscale: #404040. Windows color (decimal): -10406113 or 2045793. OLE color: 2045793.

HSL color Cylindrical-coordinate representation of color #61371F: hue angle of 21.82º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #61371F is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 55 31 -
CMYK 0 0.43 0.68 0.62
HSL 21.82º 0.52% 0.25% -
HSV(B) 21.82º 0.68% 0.38% -
XYZ 6.54 5.37 1.99 -
YUV 64.82 108.91 150.95 -
System Red Green Blue C M Y K H S L
Decimal 97 55 31 0 0.43 0.68 0.62 21.82 0.52 0.25
Hex 61 37 1F 0 2B 44 3E 16 34 19
Octal 141 67 37 0 53 104 76 26 64 31
Binary 1100001 110111 11111 0 101011 1000100 111110 10110 110100 11001

Color Harmonies of #61371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61371F

Black with #61371F

Text Example


Text Example

White with #61371F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61371F; }

 p { color: rgb(97,55,31); }

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

background-color css

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

 a { background-color: rgb(97,55,31); }

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

border-color css

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

 span { border-color: rgb(97,55,31); }

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