Html Css Color HEX #60381E Carnaby Tan

📋 copy color: '#60381E'

red 96 ◦ green 56 ◦ blue 30

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

Shades of Carnaby Tan #60381E

Tints of Carnaby Tan #60381E

RGB

 RED value IS 96 (37.89% from 255) = 52.75%

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

 BLUE value IS 30 (12.11% from 255) = 16.48%

R = 52.75%
G = 30.77%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#60381E (or 0x60381E) is known color: Carnaby Tan. HEX triplet: 60, 38 and 1E. RGB value is (96,56,30). Sum of RGB (Red+Green+Blue) = 96+56+30=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #60381E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60381E is #9FC7E1. Grayscale: #414141. Windows color (decimal): -10471394 or 1980512. OLE color: 1980512.

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

Color convert

RGB 96 56 30 -
CMYK 0 0.42 0.69 0.62
HSL 23.64º 0.52% 0.25% -
HSV(B) 23.64º 0.69% 0.38% -
XYZ 6.47 5.41 1.93 -
YUV 65 108.25 150.11 -
System Red Green Blue C M Y K H S L
Decimal 96 56 30 0 0.42 0.69 0.62 23.64 0.52 0.25
Hex 60 38 1E 0 2A 45 3E 18 34 19
Octal 140 70 36 0 52 105 76 30 64 31
Binary 1100000 111000 11110 0 101010 1000101 111110 11000 110100 11001

Color Harmonies of #60381E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60381E

Black with #60381E

Text Example


Text Example

White with #60381E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60381E; }

 p { color: rgb(96,56,30); }

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

background-color css

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

 a { background-color: rgb(96,56,30); }

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

border-color css

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

 span { border-color: rgb(96,56,30); }

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